$search
#include <newmatnl.h>
Public Member Functions | |
MLE_D_FI (LL_D_FI &ll, int lim=1000, Real criterion=0.0001) | |
Private Attributes | |
SymmetricMatrix | Covariance |
Real | Criterion |
ColumnVector | Derivs |
int | Lim |
LL_D_FI & | LL |
LowerTriangularMatrix | LT |
DiagonalMatrix | SE |
| |
Real | LastDerivative (const ColumnVector &) |
void | MakeCovariance () |
bool | NextPoint (ColumnVector &, Real &) |
void | Value (const ColumnVector &, bool, Real &, bool &) |
void | Fit (ColumnVector &Parameters) |
void | GetCorrelations (SymmetricMatrix &) |
void | GetStandardErrors (ColumnVector &) |
Definition at line 286 of file newmatnl.h.
MLE_D_FI::MLE_D_FI | ( | LL_D_FI & | ll, | |
int | lim = 1000 , |
|||
Real | criterion = 0.0001 | |||
) | [inline] |
Definition at line 303 of file newmatnl.h.
void MLE_D_FI::Fit | ( | ColumnVector & | Parameters | ) |
Definition at line 234 of file newmatnl.cpp.
void MLE_D_FI::GetCorrelations | ( | SymmetricMatrix & | Corr | ) |
Definition at line 256 of file newmatnl.cpp.
void MLE_D_FI::GetStandardErrors | ( | ColumnVector & | SEX | ) |
Definition at line 253 of file newmatnl.cpp.
Real MLE_D_FI::LastDerivative | ( | const ColumnVector & | H | ) | [private, virtual] |
Implements FindMaximum2.
Definition at line 231 of file newmatnl.cpp.
void MLE_D_FI::MakeCovariance | ( | ) | [private] |
Definition at line 241 of file newmatnl.cpp.
bool MLE_D_FI::NextPoint | ( | ColumnVector & | Adj, | |
Real & | test | |||
) | [private, virtual] |
Implements FindMaximum2.
Definition at line 219 of file newmatnl.cpp.
void MLE_D_FI::Value | ( | const ColumnVector & | Parameters, | |
bool | wg, | |||
Real & | v, | |||
bool & | oorg | |||
) | [private, virtual] |
Implements FindMaximum2.
Definition at line 207 of file newmatnl.cpp.
SymmetricMatrix MLE_D_FI::Covariance [private] |
Definition at line 299 of file newmatnl.h.
Real MLE_D_FI::Criterion [private] |
Definition at line 296 of file newmatnl.h.
ColumnVector MLE_D_FI::Derivs [private] |
Definition at line 297 of file newmatnl.h.
int MLE_D_FI::Lim [private] |
Definition at line 295 of file newmatnl.h.
LL_D_FI& MLE_D_FI::LL [private] |
Definition at line 294 of file newmatnl.h.
LowerTriangularMatrix MLE_D_FI::LT [private] |
Definition at line 298 of file newmatnl.h.
DiagonalMatrix MLE_D_FI::SE [private] |
Definition at line 300 of file newmatnl.h.