C# Класс Coon.Compass.Procyon.alglib.alglib.linreg

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
lrinternal ( double xy, double s, int npoints, int nvars, int &info, linearmodel lm, lrreport ar ) : void

Описание методов

lravgerror() публичный статический Метод

public static lravgerror ( linearmodel lm, double xy, int npoints ) : double
lm linearmodel
xy double
npoints int
Результат double

lravgrelerror() публичный статический Метод

public static lravgrelerror ( linearmodel lm, double xy, int npoints ) : double
lm linearmodel
xy double
npoints int
Результат double

lrbuild() публичный статический Метод

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
Результат void

lrbuilds() публичный статический Метод

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
Результат void

lrbuildz() публичный статический Метод

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
Результат void

lrbuildzs() публичный статический Метод

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
Результат void

lrcopy() публичный статический Метод

public static lrcopy ( linearmodel lm1, linearmodel lm2 ) : void
lm1 linearmodel
lm2 linearmodel
Результат void

lrline() публичный статический Метод

public static lrline ( double xy, int n, int &info, double &a, double &b ) : void
xy double
n int
info int
a double
b double
Результат void

lrlines() публичный статический Метод

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
Результат void

lrpack() публичный статический Метод

public static lrpack ( double v, int nvars, linearmodel lm ) : void
v double
nvars int
lm linearmodel
Результат void

lrprocess() публичный статический Метод

public static lrprocess ( linearmodel lm, double x ) : double
lm linearmodel
x double
Результат double

lrrmserror() публичный статический Метод

public static lrrmserror ( linearmodel lm, double xy, int npoints ) : double
lm linearmodel
xy double
npoints int
Результат double

lrunpack() публичный статический Метод

public static lrunpack ( linearmodel lm, double &v, int &nvars ) : void
lm linearmodel
v double
nvars int
Результат void