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

Static Public Member Functions

static bool testlinreg (bool silent)
 
static bool testlinreg (bool silent)
 
static bool _pexec_testlinreg (bool silent)
 

Static Private Member Functions

static void generaterandomtask (double xl, double xr, bool randomx, double ymin, double ymax, double smin, double smax, int n, ref double[,] xy, ref double[] s)
 
static void generatetask (double a, double b, double xl, double xr, bool randomx, double smin, double smax, int n, ref double[,] xy, ref double[] s)
 
static void filltaskwithy (double a, double b, int n, ref double[,] xy, ref double[] s)
 
static double generatenormal (double mean, double sigma)
 
static void calculatemv (double[] x, int n, ref double mean, ref double means, ref double stddev, ref double stddevs)
 
static void unsetlr (linreg.linearmodel lr)
 
static void generaterandomtask (double xl, double xr, bool randomx, double ymin, double ymax, double smin, double smax, int n, ref double[,] xy, ref double[] s)
 
static void generatetask (double a, double b, double xl, double xr, bool randomx, double smin, double smax, int n, ref double[,] xy, ref double[] s)
 
static void filltaskwithy (double a, double b, int n, ref double[,] xy, ref double[] s)
 
static double generatenormal (double mean, double sigma)
 
static void calculatemv (double[] x, int n, ref double mean, ref double means, ref double stddev, ref double stddevs)
 
static void unsetlr (linreg.linearmodel lr)
 

Member Function Documentation

static void alglib.testlinregunit.generaterandomtask ( double  xl,
double  xr,
bool  randomx,
double  ymin,
double  ymax,
double  smin,
double  smax,
int  n,
ref double  xy[,],
ref double[]  s 
)
inlinestaticprivate
static void alglib.testlinregunit.generatetask ( double  a,
double  b,
double  xl,
double  xr,
bool  randomx,
double  smin,
double  smax,
int  n,
ref double  xy[,],
ref double[]  s 
)
inlinestaticprivate
static void alglib.testlinregunit.filltaskwithy ( double  a,
double  b,
int  n,
ref double  xy[,],
ref double[]  s 
)
inlinestaticprivate
static double alglib.testlinregunit.generatenormal ( double  mean,
double  sigma 
)
inlinestaticprivate
static void alglib.testlinregunit.calculatemv ( double[]  x,
int  n,
ref double  mean,
ref double  means,
ref double  stddev,
ref double  stddevs 
)
inlinestaticprivate
static void alglib.testlinregunit.unsetlr ( linreg.linearmodel  lr)
inlinestaticprivate
static bool alglib.testlinregunit._pexec_testlinreg ( bool  silent)
inlinestatic
static void alglib.testlinregunit.generaterandomtask ( double  xl,
double  xr,
bool  randomx,
double  ymin,
double  ymax,
double  smin,
double  smax,
int  n,
ref double  xy[,],
ref double[]  s 
)
inlinestaticprivate
static void alglib.testlinregunit.generatetask ( double  a,
double  b,
double  xl,
double  xr,
bool  randomx,
double  smin,
double  smax,
int  n,
ref double  xy[,],
ref double[]  s 
)
inlinestaticprivate
static void alglib.testlinregunit.filltaskwithy ( double  a,
double  b,
int  n,
ref double  xy[,],
ref double[]  s 
)
inlinestaticprivate
static double alglib.testlinregunit.generatenormal ( double  mean,
double  sigma 
)
inlinestaticprivate
static void alglib.testlinregunit.calculatemv ( double[]  x,
int  n,
ref double  mean,
ref double  means,
ref double  stddev,
ref double  stddevs 
)
inlinestaticprivate

References alglib.math.sqr().

static void alglib.testlinregunit.unsetlr ( linreg.linearmodel  lr)
inlinestaticprivate

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