C# Class Coon.Compass.Procyon.alglib.alglib.linreg

Show file Open project: dbaileychess/Compass

Public Methods

Method Description
lravgerror ( linearmodel lm, double xy, int npoints ) : double
lravgrelerror ( linearmodel lm, double xy, int npoints ) : double
lrbuild ( double xy, int npoints, int nvars, int &info, linearmodel lm, lrreport ar ) : void
lrbuilds ( double xy, double s, int npoints, int nvars, int &info, linearmodel lm, lrreport ar ) : void
lrbuildz ( double xy, int npoints, int nvars, int &info, linearmodel lm, lrreport ar ) : void
lrbuildzs ( double xy, double s, int npoints, int nvars, int &info, linearmodel lm, lrreport ar ) : void
lrcopy ( linearmodel lm1, linearmodel lm2 ) : void
lrline ( double xy, int n, int &info, double &a, double &b ) : void
lrlines ( double xy, double s, int n, int &info, double &a, double &b, double &vara, double &varb, double &covab, double &corrab, double &p ) : void
lrpack ( double v, int nvars, linearmodel lm ) : void
lrprocess ( linearmodel lm, double x ) : double
lrrmserror ( linearmodel lm, double xy, int npoints ) : double
lrunpack ( linearmodel lm, double &v, int &nvars ) : void

Private Methods

Method Description
lrinternal ( double xy, double s, int npoints, int nvars, int &info, linearmodel lm, lrreport ar ) : void

Method Details

lravgerror() public static method

public static lravgerror ( linearmodel lm, double xy, int npoints ) : double
lm linearmodel
xy double
npoints int
return double

lravgrelerror() public static method

public static lravgrelerror ( linearmodel lm, double xy, int npoints ) : double
lm linearmodel
xy double
npoints int
return double

lrbuild() public static method

public static lrbuild ( double xy, int npoints, int nvars, int &info, linearmodel lm, lrreport ar ) : void
xy double
npoints int
nvars int
info int
lm linearmodel
ar lrreport
return void

lrbuilds() public static method

public static lrbuilds ( double xy, double s, int npoints, int nvars, int &info, linearmodel lm, lrreport ar ) : void
xy double
s double
npoints int
nvars int
info int
lm linearmodel
ar lrreport
return void

lrbuildz() public static method

public static lrbuildz ( double xy, int npoints, int nvars, int &info, linearmodel lm, lrreport ar ) : void
xy double
npoints int
nvars int
info int
lm linearmodel
ar lrreport
return void

lrbuildzs() public static method

public static lrbuildzs ( double xy, double s, int npoints, int nvars, int &info, linearmodel lm, lrreport ar ) : void
xy double
s double
npoints int
nvars int
info int
lm linearmodel
ar lrreport
return void

lrcopy() public static method

public static lrcopy ( linearmodel lm1, linearmodel lm2 ) : void
lm1 linearmodel
lm2 linearmodel
return void

lrline() public static method

public static lrline ( double xy, int n, int &info, double &a, double &b ) : void
xy double
n int
info int
a double
b double
return void

lrlines() public static method

public static lrlines ( double xy, double s, int n, int &info, double &a, double &b, double &vara, double &varb, double &covab, double &corrab, double &p ) : void
xy double
s double
n int
info int
a double
b double
vara double
varb double
covab double
corrab double
p double
return void

lrpack() public static method

public static lrpack ( double v, int nvars, linearmodel lm ) : void
v double
nvars int
lm linearmodel
return void

lrprocess() public static method

public static lrprocess ( linearmodel lm, double x ) : double
lm linearmodel
x double
return double

lrrmserror() public static method

public static lrrmserror ( linearmodel lm, double xy, int npoints ) : double
lm linearmodel
xy double
npoints int
return double

lrunpack() public static method

public static lrunpack ( linearmodel lm, double &v, int &nvars ) : void
lm linearmodel
v double
nvars int
return void