C# Class QLNet.LmConstWrapperCorrelationModel

Inheritance: QLNet.LmCorrelationModel
Mostra file Open project: ammachado/QLNet

Protected Properties

Property Type Description
corrModel_ QLNet.LmCorrelationModel

Public Methods

Method Description
LmConstWrapperCorrelationModel ( QLNet.LmCorrelationModel corrModel ) : System
correlation ( double t ) : Matrix
correlation ( double t, Vector x ) : Matrix
correlation ( int i, int j, double t ) : double
correlation ( int i, int j, double t, Vector x ) : double
factors ( ) : int
isTimeIndependent ( ) : bool
pseudoSqrt ( double t, Vector x ) : Matrix

Protected Methods

Method Description
generateArguments ( ) : void

Method Details

LmConstWrapperCorrelationModel() public method

public LmConstWrapperCorrelationModel ( QLNet.LmCorrelationModel corrModel ) : System
corrModel QLNet.LmCorrelationModel
return System

correlation() public method

public correlation ( double t ) : Matrix
t double
return Matrix

correlation() public method

public correlation ( double t, Vector x ) : Matrix
t double
x Vector
return Matrix

correlation() public method

public correlation ( int i, int j, double t ) : double
i int
j int
t double
return double

correlation() public method

public correlation ( int i, int j, double t, Vector x ) : double
i int
j int
t double
x Vector
return double

factors() public method

public factors ( ) : int
return int

generateArguments() protected method

protected generateArguments ( ) : void
return void

isTimeIndependent() public method

public isTimeIndependent ( ) : bool
return bool

pseudoSqrt() public method

public pseudoSqrt ( double t, Vector x ) : Matrix
t double
x Vector
return Matrix

Property Details

corrModel_ protected_oe property

protected LmCorrelationModel,QLNet corrModel_
return QLNet.LmCorrelationModel