IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
alglib.basestat Class Reference

Static Public Member Functions

static void samplemoments (double[] x, int n, ref double mean, ref double variance, ref double skewness, ref double kurtosis)
 
static double samplemean (double[] x, int n)
 
static double samplevariance (double[] x, int n)
 
static double sampleskewness (double[] x, int n)
 
static double samplekurtosis (double[] x, int n)
 
static void sampleadev (double[] x, int n, ref double adev)
 
static void samplemedian (double[] x, int n, ref double median)
 
static void samplepercentile (double[] x, int n, double p, ref double v)
 
static double cov2 (double[] x, double[] y, int n)
 
static double pearsoncorr2 (double[] x, double[] y, int n)
 
static double spearmancorr2 (double[] x, double[] y, int n)
 
static void covm (double[,] x, int n, int m, ref double[,] c)
 
static void pearsoncorrm (double[,] x, int n, int m, ref double[,] c)
 
static void spearmancorrm (double[,] x, int n, int m, ref double[,] c)
 
static void covm2 (double[,] x, double[,] y, int n, int m1, int m2, ref double[,] c)
 
static void pearsoncorrm2 (double[,] x, double[,] y, int n, int m1, int m2, ref double[,] c)
 
static void spearmancorrm2 (double[,] x, double[,] y, int n, int m1, int m2, ref double[,] c)
 
static double pearsoncorrelation (double[] x, double[] y, int n)
 
static double spearmanrankcorrelation (double[] x, double[] y, int n)
 
static void samplemoments (double[] x, int n, ref double mean, ref double variance, ref double skewness, ref double kurtosis)
 
static double samplemean (double[] x, int n)
 
static double samplevariance (double[] x, int n)
 
static double sampleskewness (double[] x, int n)
 
static double samplekurtosis (double[] x, int n)
 
static void sampleadev (double[] x, int n, ref double adev)
 
static void samplemedian (double[] x, int n, ref double median)
 
static void samplepercentile (double[] x, int n, double p, ref double v)
 
static double cov2 (double[] x, double[] y, int n)
 
static double pearsoncorr2 (double[] x, double[] y, int n)
 
static double spearmancorr2 (double[] x, double[] y, int n)
 
static void covm (double[,] x, int n, int m, ref double[,] c)
 
static void _pexec_covm (double[,] x, int n, int m, ref double[,] c)
 
static void pearsoncorrm (double[,] x, int n, int m, ref double[,] c)
 
static void _pexec_pearsoncorrm (double[,] x, int n, int m, ref double[,] c)
 
static void spearmancorrm (double[,] x, int n, int m, ref double[,] c)
 
static void _pexec_spearmancorrm (double[,] x, int n, int m, ref double[,] c)
 
static void covm2 (double[,] x, double[,] y, int n, int m1, int m2, ref double[,] c)
 
static void _pexec_covm2 (double[,] x, double[,] y, int n, int m1, int m2, ref double[,] c)
 
static void pearsoncorrm2 (double[,] x, double[,] y, int n, int m1, int m2, ref double[,] c)
 
static void _pexec_pearsoncorrm2 (double[,] x, double[,] y, int n, int m1, int m2, ref double[,] c)
 
static void spearmancorrm2 (double[,] x, double[,] y, int n, int m1, int m2, ref double[,] c)
 
static void _pexec_spearmancorrm2 (double[,] x, double[,] y, int n, int m1, int m2, ref double[,] c)
 
static void rankdata (double[,] xy, int npoints, int nfeatures)
 
static void _pexec_rankdata (double[,] xy, int npoints, int nfeatures)
 
static void rankdatacentered (double[,] xy, int npoints, int nfeatures)
 
static void _pexec_rankdatacentered (double[,] xy, int npoints, int nfeatures)
 
static double pearsoncorrelation (double[] x, double[] y, int n)
 
static double spearmanrankcorrelation (double[] x, double[] y, int n)
 

Static Private Member Functions

static void rankdatarec (double[,] xy, int i0, int i1, int nfeatures, bool iscentered, alglib.smp.shared_pool pool, int basecasecost)
 
static void rankdatabasecase (double[,] xy, int i0, int i1, int nfeatures, bool iscentered, apserv.apbuffers buf0, apserv.apbuffers buf1)
 

Member Function Documentation

static double alglib.basestat.samplemean ( double[]  x,
int  n 
)
inlinestatic
static double alglib.basestat.samplevariance ( double[]  x,
int  n 
)
inlinestatic
static double alglib.basestat.sampleskewness ( double[]  x,
int  n 
)
inlinestatic
static double alglib.basestat.samplekurtosis ( double[]  x,
int  n 
)
inlinestatic
static void alglib.basestat.sampleadev ( double[]  x,
int  n,
ref double  adev 
)
inlinestatic
static void alglib.basestat.samplemedian ( double[]  x,
int  n,
ref double  median 
)
inlinestatic
static void alglib.basestat.samplepercentile ( double[]  x,
int  n,
double  p,
ref double  v 
)
inlinestatic
static double alglib.basestat.cov2 ( double[]  x,
double[]  y,
int  n 
)
inlinestatic
static void alglib.basestat.covm ( double  x[,],
int  n,
int  m,
ref double  c[,] 
)
inlinestatic
static void alglib.basestat.pearsoncorrm ( double  x[,],
int  n,
int  m,
ref double  c[,] 
)
inlinestatic
static void alglib.basestat.spearmancorrm ( double  x[,],
int  n,
int  m,
ref double  c[,] 
)
inlinestatic
static void alglib.basestat.covm2 ( double  x[,],
double  y[,],
int  n,
int  m1,
int  m2,
ref double  c[,] 
)
inlinestatic
static void alglib.basestat.pearsoncorrm2 ( double  x[,],
double  y[,],
int  n,
int  m1,
int  m2,
ref double  c[,] 
)
inlinestatic
static void alglib.basestat.spearmancorrm2 ( double  x[,],
double  y[,],
int  n,
int  m1,
int  m2,
ref double  c[,] 
)
inlinestatic
static double alglib.basestat.pearsoncorrelation ( double[]  x,
double[]  y,
int  n 
)
inlinestatic
static double alglib.basestat.spearmanrankcorrelation ( double[]  x,
double[]  y,
int  n 
)
inlinestatic
static void alglib.basestat.samplemoments ( double[]  x,
int  n,
ref double  mean,
ref double  variance,
ref double  skewness,
ref double  kurtosis 
)
inlinestatic
static double alglib.basestat.samplemean ( double[]  x,
int  n 
)
inlinestatic
static double alglib.basestat.samplevariance ( double[]  x,
int  n 
)
inlinestatic
static double alglib.basestat.sampleskewness ( double[]  x,
int  n 
)
inlinestatic
static double alglib.basestat.samplekurtosis ( double[]  x,
int  n 
)
inlinestatic
static void alglib.basestat.sampleadev ( double[]  x,
int  n,
ref double  adev 
)
inlinestatic
static void alglib.basestat.samplemedian ( double[]  x,
int  n,
ref double  median 
)
inlinestatic
static void alglib.basestat.samplepercentile ( double[]  x,
int  n,
double  p,
ref double  v 
)
inlinestatic
static double alglib.basestat.cov2 ( double[]  x,
double[]  y,
int  n 
)
inlinestatic
static double alglib.basestat.pearsoncorr2 ( double[]  x,
double[]  y,
int  n 
)
inlinestatic
static double alglib.basestat.spearmancorr2 ( double[]  x,
double[]  y,
int  n 
)
inlinestatic
static void alglib.basestat.covm ( double  x[,],
int  n,
int  m,
ref double  c[,] 
)
inlinestatic
static void alglib.basestat._pexec_covm ( double  x[,],
int  n,
int  m,
ref double  c[,] 
)
inlinestatic

References alglib.basestat.covm().

Referenced by alglib.smp_covm().

static void alglib.basestat.pearsoncorrm ( double  x[,],
int  n,
int  m,
ref double  c[,] 
)
inlinestatic
static void alglib.basestat._pexec_pearsoncorrm ( double  x[,],
int  n,
int  m,
ref double  c[,] 
)
inlinestatic
static void alglib.basestat.spearmancorrm ( double  x[,],
int  n,
int  m,
ref double  c[,] 
)
inlinestatic
static void alglib.basestat._pexec_spearmancorrm ( double  x[,],
int  n,
int  m,
ref double  c[,] 
)
inlinestatic
static void alglib.basestat.covm2 ( double  x[,],
double  y[,],
int  n,
int  m1,
int  m2,
ref double  c[,] 
)
inlinestatic
static void alglib.basestat._pexec_covm2 ( double  x[,],
double  y[,],
int  n,
int  m1,
int  m2,
ref double  c[,] 
)
inlinestatic

References alglib.basestat.covm2().

Referenced by alglib.smp_covm2().

static void alglib.basestat.pearsoncorrm2 ( double  x[,],
double  y[,],
int  n,
int  m1,
int  m2,
ref double  c[,] 
)
inlinestatic
static void alglib.basestat._pexec_pearsoncorrm2 ( double  x[,],
double  y[,],
int  n,
int  m1,
int  m2,
ref double  c[,] 
)
inlinestatic
static void alglib.basestat.spearmancorrm2 ( double  x[,],
double  y[,],
int  n,
int  m1,
int  m2,
ref double  c[,] 
)
inlinestatic
static void alglib.basestat._pexec_spearmancorrm2 ( double  x[,],
double  y[,],
int  n,
int  m1,
int  m2,
ref double  c[,] 
)
inlinestatic
static void alglib.basestat._pexec_rankdata ( double  xy[,],
int  npoints,
int  nfeatures 
)
inlinestatic
static void alglib.basestat._pexec_rankdatacentered ( double  xy[,],
int  npoints,
int  nfeatures 
)
inlinestatic
static double alglib.basestat.pearsoncorrelation ( double[]  x,
double[]  y,
int  n 
)
inlinestatic
static double alglib.basestat.spearmanrankcorrelation ( double[]  x,
double[]  y,
int  n 
)
inlinestatic
static void alglib.basestat.rankdatarec ( double  xy[,],
int  i0,
int  i1,
int  nfeatures,
bool  iscentered,
alglib.smp.shared_pool  pool,
int  basecasecost 
)
inlinestaticprivate
static void alglib.basestat.rankdatabasecase ( double  xy[,],
int  i0,
int  i1,
int  nfeatures,
bool  iscentered,
apserv.apbuffers  buf0,
apserv.apbuffers  buf1 
)
inlinestaticprivate

The documentation for this class was generated from the following file: