Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

MLE_D_FI Class Reference

#include <newmatnl.h>

Inheritance diagram for MLE_D_FI::

FindMaximum2 List of all members.

Public Methods

  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 Methods

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

Private Attributes

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

Constructor & Destructor Documentation

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.

00300       : LL(ll), Lim(lim), Criterion(criterion) {}

Member Function Documentation

void MLE_D_FI::Fit ( ColumnVector & Parameters )
 

Referenced by WANT_STREAM().

void MLE_D_FI::GetCorrelations ( SymmetricMatrix & )
 

Referenced by WANT_STREAM().

void MLE_D_FI::GetStandardErrors ( ColumnVector & )
 

Referenced by WANT_STREAM().

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

Reimplemented from FindMaximum2.

Referenced by WANT_STREAM().

void MLE_D_FI::MakeCovariance ( ) [private]
 

Referenced by WANT_STREAM().

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

Reimplemented from FindMaximum2.

Referenced by WANT_STREAM().

void MLE_D_FI::Value ( const ColumnVector &,
bool,
Real &,
bool & ) [private, virtual]
 

Reimplemented from FindMaximum2.


Member Data Documentation

SymmetricMatrix MLE_D_FI::Covariance [private]
 

Definition at line 295 of file newmatnl.h.

Real MLE_D_FI::Criterion [private]
 

Definition at line 292 of file newmatnl.h.

ColumnVector MLE_D_FI::Derivs [private]
 

Definition at line 293 of file newmatnl.h.

LL_D_FI& MLE_D_FI::LL [private]
 

Definition at line 290 of file newmatnl.h.

LowerTriangularMatrix MLE_D_FI::LT [private]
 

Definition at line 294 of file newmatnl.h.

int MLE_D_FI::Lim [private]
 

Definition at line 291 of file newmatnl.h.

DiagonalMatrix MLE_D_FI::SE [private]
 

Definition at line 296 of file newmatnl.h.


The documentation for this class was generated from the following file:
Generated at Tue Nov 25 00:08:10 2003 for OSSIM - Open Source Image Map by doxygen1.2.6 written by , © 1997-2001