Property | Type | Description | |
---|---|---|---|
corrModel_ | QLNet.LmCorrelationModel |
Method | Description | |
---|---|---|
LmConstWrapperCorrelationModel ( QLNet.LmCorrelationModel corrModel ) : System | ||
correlation ( double t ) : Matrix | ||
correlation ( double t, Vector x ) : Matrix | ||
correlation ( int i, int j, double t ) : double | ||
correlation ( int i, int j, double t, Vector x ) : double | ||
factors ( ) : int | ||
isTimeIndependent ( ) : bool | ||
pseudoSqrt ( double t, Vector x ) : Matrix |
Method | Description | |
---|---|---|
generateArguments ( ) : void |
public LmConstWrapperCorrelationModel ( QLNet.LmCorrelationModel corrModel ) : System | ||
corrModel | QLNet.LmCorrelationModel | |
return | System |
public correlation ( double t, Vector x ) : Matrix | ||
t | double | |
x | Vector | |
return | Matrix |
public correlation ( int i, int j, double t ) : double | ||
i | int | |
j | int | |
t | double | |
return | double |
public correlation ( int i, int j, double t, Vector x ) : double | ||
i | int | |
j | int | |
t | double | |
x | Vector | |
return | double |
public pseudoSqrt ( double t, Vector x ) : Matrix | ||
t | double | |
x | Vector | |
return | Matrix |