Property | Type | Description | |
---|---|---|---|
corrModel | QLNet.LmCorrelationModel | ||
corrModel_ | QLNet.LmCorrelationModel | ||
volaModel | QLNet.LmVolatilityModel | ||
volaModel_ | QLNet.LmVolatilityModel |
Method | Description | |
---|---|---|
LfmCovarianceProxy ( QLNet.LmVolatilityModel volaModel, QLNet.LmCorrelationModel corrModel ) : System | ||
correlationModel ( ) : QLNet.LmCorrelationModel | ||
covariance ( double t, Vector x ) : Matrix | ||
diffusion ( double t ) : Matrix | ||
diffusion ( double t, Vector x ) : Matrix | ||
integratedCovariance ( int i, int j, double t ) : double | ||
integratedCovariance ( int i, int j, double t, Vector x ) : double | ||
volatilityModel ( ) : QLNet.LmVolatilityModel |
public LfmCovarianceProxy ( QLNet.LmVolatilityModel volaModel, QLNet.LmCorrelationModel corrModel ) : System | ||
volaModel | QLNet.LmVolatilityModel | |
corrModel | QLNet.LmCorrelationModel | |
return | System |
public correlationModel ( ) : QLNet.LmCorrelationModel | ||
return | QLNet.LmCorrelationModel |
public covariance ( double t, Vector x ) : Matrix | ||
t | double | |
x | Vector | |
return | Matrix |
public diffusion ( double t, Vector x ) : Matrix | ||
t | double | |
x | Vector | |
return | Matrix |
public integratedCovariance ( int i, int j, double t ) : double | ||
i | int | |
j | int | |
t | double | |
return | double |
public integratedCovariance ( int i, int j, double t, Vector x ) : double | ||
i | int | |
j | int | |
t | double | |
x | Vector | |
return | double |
public volatilityModel ( ) : QLNet.LmVolatilityModel | ||
return | QLNet.LmVolatilityModel |
public LmCorrelationModel,QLNet corrModel | ||
return | QLNet.LmCorrelationModel |
public LmCorrelationModel,QLNet corrModel_ | ||
return | QLNet.LmCorrelationModel |
public LmVolatilityModel,QLNet volaModel | ||
return | QLNet.LmVolatilityModel |