C# Class Coon.Compass.Procyon.alglib.alglib.normestimator.normestimatorstate

Inheritance: apobject
Show file Open project: dbaileychess/Compass

Public Properties

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

Public Methods

Method Description
init ( ) : void
make_copy ( ) : alglib.apobject
normestimatorstate ( ) : System

Method Details

init() public method

public init ( ) : void
return void

make_copy() public method

public make_copy ( ) : alglib.apobject
return alglib.apobject

normestimatorstate() public method

public normestimatorstate ( ) : System
return System

Property Details

m public property

public int m
return int

mtv public property

public double[] mtv
return double[]

mv public property

public double[] mv
return double[]

n public property

public int n
return int

needmtv public property

public bool needmtv
return bool

needmv public property

public bool needmv
return bool

nits public property

public int nits
return int

nstart public property

public int nstart
return int

r public property

public hqrnd.hqrndstate r
return hqrnd.hqrndstate

repnorm public property

public double repnorm
return double

rstate public property

public rcommstate rstate
return rcommstate

seedval public property

public int seedval
return int

t public property

public double[] t
return double[]

x public property

public double[] x
return double[]

x0 public property

public double[] x0
return double[]

x1 public property

public double[] x1
return double[]

xbest public property

public double[] xbest
return double[]