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

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

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

Метод Описание
_pexec_covm ( double x, int n, int m, double &c ) : void
_pexec_covm2 ( double x, double y, int n, int m1, int m2, double &c ) : void
_pexec_pearsoncorrm ( double x, int n, int m, double &c ) : void
_pexec_pearsoncorrm2 ( double x, double y, int n, int m1, int m2, double &c ) : void
_pexec_rankdata ( double xy, int npoints, int nfeatures ) : void
_pexec_rankdatacentered ( double xy, int npoints, int nfeatures ) : void
_pexec_spearmancorrm ( double x, int n, int m, double &c ) : void
_pexec_spearmancorrm2 ( double x, double y, int n, int m1, int m2, double &c ) : void
cov2 ( double x, double y, int n ) : double
covm ( double x, int n, int m, double &c ) : void
covm2 ( double x, double y, int n, int m1, int m2, double &c ) : void
pearsoncorr2 ( double x, double y, int n ) : double
pearsoncorrelation ( double x, double y, int n ) : double
pearsoncorrm ( double x, int n, int m, double &c ) : void
pearsoncorrm2 ( double x, double y, int n, int m1, int m2, double &c ) : void
rankdata ( double xy, int npoints, int nfeatures ) : void
rankdatacentered ( double xy, int npoints, int nfeatures ) : void
sampleadev ( double x, int n, double &adev ) : void
samplekurtosis ( double x, int n ) : double
samplemean ( double x, int n ) : double
samplemedian ( double x, int n, double &median ) : void
samplemoments ( double x, int n, double &mean, double &variance, double &skewness, double &kurtosis ) : void
samplepercentile ( double x, int n, double p, double &v ) : void
sampleskewness ( double x, int n ) : double
samplevariance ( double x, int n ) : double
spearmancorr2 ( double x, double y, int n ) : double
spearmancorrm ( double x, int n, int m, double &c ) : void
spearmancorrm2 ( double x, double y, int n, int m1, int m2, double &c ) : void
spearmanrankcorrelation ( double x, double y, int n ) : double

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

Метод Описание
rankdatabasecase ( double xy, int i0, int i1, int nfeatures, bool iscentered, apserv buf0, apserv buf1 ) : void
rankdatarec ( double xy, int i0, int i1, int nfeatures, bool iscentered, alglib pool, int basecasecost ) : void

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

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

public static _pexec_covm ( double x, int n, int m, double &c ) : void
x double
n int
m int
c double
Результат void

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

public static _pexec_covm2 ( double x, double y, int n, int m1, int m2, double &c ) : void
x double
y double
n int
m1 int
m2 int
c double
Результат void

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

public static _pexec_pearsoncorrm ( double x, int n, int m, double &c ) : void
x double
n int
m int
c double
Результат void

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

public static _pexec_pearsoncorrm2 ( double x, double y, int n, int m1, int m2, double &c ) : void
x double
y double
n int
m1 int
m2 int
c double
Результат void

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

public static _pexec_rankdata ( double xy, int npoints, int nfeatures ) : void
xy double
npoints int
nfeatures int
Результат void

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

public static _pexec_rankdatacentered ( double xy, int npoints, int nfeatures ) : void
xy double
npoints int
nfeatures int
Результат void

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

public static _pexec_spearmancorrm ( double x, int n, int m, double &c ) : void
x double
n int
m int
c double
Результат void

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

public static _pexec_spearmancorrm2 ( double x, double y, int n, int m1, int m2, double &c ) : void
x double
y double
n int
m1 int
m2 int
c double
Результат void

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

public static cov2 ( double x, double y, int n ) : double
x double
y double
n int
Результат double

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

public static covm ( double x, int n, int m, double &c ) : void
x double
n int
m int
c double
Результат void

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

public static covm2 ( double x, double y, int n, int m1, int m2, double &c ) : void
x double
y double
n int
m1 int
m2 int
c double
Результат void

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

public static pearsoncorr2 ( double x, double y, int n ) : double
x double
y double
n int
Результат double

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

public static pearsoncorrelation ( double x, double y, int n ) : double
x double
y double
n int
Результат double

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

public static pearsoncorrm ( double x, int n, int m, double &c ) : void
x double
n int
m int
c double
Результат void

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

public static pearsoncorrm2 ( double x, double y, int n, int m1, int m2, double &c ) : void
x double
y double
n int
m1 int
m2 int
c double
Результат void

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

public static rankdata ( double xy, int npoints, int nfeatures ) : void
xy double
npoints int
nfeatures int
Результат void

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

public static rankdatacentered ( double xy, int npoints, int nfeatures ) : void
xy double
npoints int
nfeatures int
Результат void

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

public static sampleadev ( double x, int n, double &adev ) : void
x double
n int
adev double
Результат void

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

public static samplekurtosis ( double x, int n ) : double
x double
n int
Результат double

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

public static samplemean ( double x, int n ) : double
x double
n int
Результат double

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

public static samplemedian ( double x, int n, double &median ) : void
x double
n int
median double
Результат void

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

public static samplemoments ( double x, int n, double &mean, double &variance, double &skewness, double &kurtosis ) : void
x double
n int
mean double
variance double
skewness double
kurtosis double
Результат void

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

public static samplepercentile ( double x, int n, double p, double &v ) : void
x double
n int
p double
v double
Результат void

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

public static sampleskewness ( double x, int n ) : double
x double
n int
Результат double

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

public static samplevariance ( double x, int n ) : double
x double
n int
Результат double

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

public static spearmancorr2 ( double x, double y, int n ) : double
x double
y double
n int
Результат double

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

public static spearmancorrm ( double x, int n, int m, double &c ) : void
x double
n int
m int
c double
Результат void

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

public static spearmancorrm2 ( double x, double y, int n, int m1, int m2, double &c ) : void
x double
y double
n int
m1 int
m2 int
c double
Результат void

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

public static spearmanrankcorrelation ( double x, double y, int n ) : double
x double
y double
n int
Результат double