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.variancetests Class Reference

Static Public Member Functions

static void ftest (double[] x, int n, double[] y, int m, ref double bothtails, ref double lefttail, ref double righttail)
 
static void onesamplevariancetest (double[] x, int n, double variance, ref double bothtails, ref double lefttail, ref double righttail)
 
static void ftest (double[] x, int n, double[] y, int m, ref double bothtails, ref double lefttail, ref double righttail)
 
static void onesamplevariancetest (double[] x, int n, double variance, ref double bothtails, ref double lefttail, ref double righttail)
 

Member Function Documentation

static void alglib.variancetests.ftest ( double[]  x,
int  n,
double[]  y,
int  m,
ref double  bothtails,
ref double  lefttail,
ref double  righttail 
)
inlinestatic
static void alglib.variancetests.onesamplevariancetest ( double[]  x,
int  n,
double  variance,
ref double  bothtails,
ref double  lefttail,
ref double  righttail 
)
inlinestatic
static void alglib.variancetests.ftest ( double[]  x,
int  n,
double[]  y,
int  m,
ref double  bothtails,
ref double  lefttail,
ref double  righttail 
)
inlinestatic
static void alglib.variancetests.onesamplevariancetest ( double[]  x,
int  n,
double  variance,
ref double  bothtails,
ref double  lefttail,
ref double  righttail 
)
inlinestatic

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