Tekkotsu Homepage
Demos
Overview
Downloads
Dev. Resources
Reference
Credits

NEWMAT::MLE_D_FI Class Reference

#include <newmatnl.h>

Inheritance diagram for NEWMAT::MLE_D_FI:

Detailed Description

Definition at line 282 of file newmatnl.h.

List of all members.

Public Member Functions

 MLE_D_FI (LL_D_FI &ll, int lim=1000, Real criterion=0.0001)
void Fit (ColumnVector &Parameters)
void GetStandardErrors (ColumnVector &)
void GetCorrelations (SymmetricMatrix &)

Private Member Functions

void Value (const ColumnVector &, bool, Real &, bool &)
bool NextPoint (ColumnVector &, Real &)
Real LastDerivative (const ColumnVector &)
void MakeCovariance ()

Private Attributes

LL_D_FILL
int Lim
Real Criterion
ColumnVector Derivs
LowerTriangularMatrix LT
SymmetricMatrix Covariance
DiagonalMatrix SE

Constructor & Destructor Documentation

NEWMAT::MLE_D_FI::MLE_D_FI ( LL_D_FI ll,
int  lim = 1000,
Real  criterion = 0.0001 
)

Definition at line 299 of file newmatnl.h.


Member Function Documentation

void NEWMAT::MLE_D_FI::Fit ( ColumnVector Parameters  ) 

Definition at line 236 of file newmatnl.cpp.

void NEWMAT::MLE_D_FI::GetCorrelations ( SymmetricMatrix Corr  ) 

Definition at line 258 of file newmatnl.cpp.

void NEWMAT::MLE_D_FI::GetStandardErrors ( ColumnVector SEX  ) 

Definition at line 255 of file newmatnl.cpp.

Real NEWMAT::MLE_D_FI::LastDerivative ( const ColumnVector H  )  [private, virtual]

Implements NEWMAT::FindMaximum2.

Definition at line 233 of file newmatnl.cpp.

void NEWMAT::MLE_D_FI::MakeCovariance (  )  [private]

Definition at line 243 of file newmatnl.cpp.

Referenced by GetCorrelations(), and GetStandardErrors().

bool NEWMAT::MLE_D_FI::NextPoint ( ColumnVector Adj,
Real &  test 
) [private, virtual]

Implements NEWMAT::FindMaximum2.

Definition at line 221 of file newmatnl.cpp.

void NEWMAT::MLE_D_FI::Value ( const ColumnVector Parameters,
bool  wg,
Real &  v,
bool oorg 
) [private, virtual]

Implements NEWMAT::FindMaximum2.

Definition at line 209 of file newmatnl.cpp.


Member Data Documentation

Definition at line 295 of file newmatnl.h.

Referenced by GetCorrelations(), and MakeCovariance().

Definition at line 292 of file newmatnl.h.

Referenced by NextPoint().

Definition at line 293 of file newmatnl.h.

Referenced by LastDerivative(), and NextPoint().

int NEWMAT::MLE_D_FI::Lim [private]

Definition at line 291 of file newmatnl.h.

Referenced by Fit().

Definition at line 290 of file newmatnl.h.

Referenced by NextPoint().

Definition at line 294 of file newmatnl.h.

Referenced by MakeCovariance(), and NextPoint().

Definition at line 296 of file newmatnl.h.

Referenced by GetCorrelations(), GetStandardErrors(), and MakeCovariance().


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

newmat11b
Generated Mon May 9 04:54:20 2016 by Doxygen 1.6.3