SecreC 2 language  2.8.0 (2023.09)
Language and standard library reference
Variables

Variables

int64 LINEAR_REGRESSION_INVERT = 0
 
int64 LINEAR_REGRESSION_LU_DECOMPOSITION = 1
 
int64 LINEAR_REGRESSION_GAUSS = 2
 
int64 LINEAR_REGRESSION_CONJUGATE_GRADIENT = 3
 

Detailed Description

Constants used for specifying the method used in linear regression modeling with multiple explanatory variables.

Variable Documentation

◆ LINEAR_REGRESSION_CONJUGATE_GRADIENT

int64 LINEAR_REGRESSION_CONJUGATE_GRADIENT = 3

◆ LINEAR_REGRESSION_GAUSS

int64 LINEAR_REGRESSION_GAUSS = 2

◆ LINEAR_REGRESSION_INVERT

int64 LINEAR_REGRESSION_INVERT = 0

◆ LINEAR_REGRESSION_LU_DECOMPOSITION

int64 LINEAR_REGRESSION_LU_DECOMPOSITION = 1