Homepage Demos Overview Downloads Tutorials Reference
Credits

NEWMAT::MLE_D_FI Class Reference

#include <newmatnl.h>

Inheritance diagram for NEWMAT::MLE_D_FI:

Inheritance graph
[legend]
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
[inline]
 

Definition at line 299 of file newmatnl.h.


Member Function Documentation

void NEWMAT::MLE_D_FI::Fit ColumnVector Parameters  ) 
 

Definition at line 230 of file newmatnl.cpp.

void NEWMAT::MLE_D_FI::GetCorrelations SymmetricMatrix  ) 
 

Definition at line 252 of file newmatnl.cpp.

void NEWMAT::MLE_D_FI::GetStandardErrors ColumnVector  ) 
 

Definition at line 249 of file newmatnl.cpp.

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

Implements NEWMAT::FindMaximum2.

Definition at line 227 of file newmatnl.cpp.

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

Definition at line 237 of file newmatnl.cpp.

Referenced by GetCorrelations(), and GetStandardErrors().

bool NEWMAT::MLE_D_FI::NextPoint ColumnVector ,
Real
[private, virtual]
 

Implements NEWMAT::FindMaximum2.

Definition at line 215 of file newmatnl.cpp.

void NEWMAT::MLE_D_FI::Value const ColumnVector ,
bool  ,
Real ,
bool
[private, virtual]
 

Implements NEWMAT::FindMaximum2.

Definition at line 203 of file newmatnl.cpp.


Member Data Documentation

SymmetricMatrix NEWMAT::MLE_D_FI::Covariance [private]
 

Definition at line 295 of file newmatnl.h.

Referenced by GetCorrelations(), and MakeCovariance().

Real NEWMAT::MLE_D_FI::Criterion [private]
 

Definition at line 292 of file newmatnl.h.

Referenced by MLE_D_FI(), and NextPoint().

ColumnVector NEWMAT::MLE_D_FI::Derivs [private]
 

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(), and MLE_D_FI().

LL_D_FI& NEWMAT::MLE_D_FI::LL [private]
 

Definition at line 290 of file newmatnl.h.

Referenced by MLE_D_FI(), and NextPoint().

LowerTriangularMatrix NEWMAT::MLE_D_FI::LT [private]
 

Definition at line 294 of file newmatnl.h.

Referenced by MakeCovariance(), and NextPoint().

DiagonalMatrix NEWMAT::MLE_D_FI::SE [private]
 

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 Tue Jan 4 15:42:19 2005 by Doxygen 1.4.0