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.normestimator.normestimatorstate Class Reference
+ Inheritance diagram for alglib.normestimator.normestimatorstate:
+ Collaboration diagram for alglib.normestimator.normestimatorstate:

Public Member Functions

 normestimatorstate ()
 
 normestimatorstate ()
 
override void init ()
 
override alglib.apobject make_copy ()
 

Public Attributes

int n
 
int m
 
int nstart
 
int nits
 
int seedval
 
double[] x0
 
double[] x1
 
double[] t
 
double[] xbest
 
hqrnd.hqrndstate r
 
double[] x
 
double[] mv
 
double[] mtv
 
bool needmv
 
bool needmtv
 
double repnorm
 
rcommstate rstate
 

Constructor & Destructor Documentation

alglib.normestimator.normestimatorstate.normestimatorstate ( )
inline
alglib.normestimator.normestimatorstate.normestimatorstate ( )
inline

Member Function Documentation

override void alglib.normestimator.normestimatorstate.init ( )
inlinevirtual

Implements alglib.apobject.

override alglib.apobject alglib.normestimator.normestimatorstate.make_copy ( )
inlinevirtual

Implements alglib.apobject.

Member Data Documentation

int alglib.normestimator.normestimatorstate.n
int alglib.normestimator.normestimatorstate.m
int alglib.normestimator.normestimatorstate.nstart
int alglib.normestimator.normestimatorstate.nits
int alglib.normestimator.normestimatorstate.seedval
double [] alglib.normestimator.normestimatorstate.x0
double [] alglib.normestimator.normestimatorstate.x1
double [] alglib.normestimator.normestimatorstate.t
double [] alglib.normestimator.normestimatorstate.xbest
hqrnd hqrndstate alglib.normestimator.normestimatorstate.r
double [] alglib.normestimator.normestimatorstate.x
double [] alglib.normestimator.normestimatorstate.mv
double [] alglib.normestimator.normestimatorstate.mtv
bool alglib.normestimator.normestimatorstate.needmv
bool alglib.normestimator.normestimatorstate.needmtv
double alglib.normestimator.normestimatorstate.repnorm
rcommstate alglib.normestimator.normestimatorstate.rstate

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