SecreC 2 language
2.8.0 (2023.09)
Language and standard library reference
|
Variables | |
int64 | LINEAR_REGRESSION_INVERT = 0 |
int64 | LINEAR_REGRESSION_LU_DECOMPOSITION = 1 |
int64 | LINEAR_REGRESSION_GAUSS = 2 |
int64 | LINEAR_REGRESSION_CONJUGATE_GRADIENT = 3 |
Constants used for specifying the method used in linear regression modeling with multiple explanatory variables.
int64 LINEAR_REGRESSION_CONJUGATE_GRADIENT = 3 |
int64 LINEAR_REGRESSION_GAUSS = 2 |
int64 LINEAR_REGRESSION_INVERT = 0 |
int64 LINEAR_REGRESSION_LU_DECOMPOSITION = 1 |