#include <newmatnl.h>

Public Member Functions | |
| MLE_D_FI (LL_D_FI &ll, int lim=1000, Real criterion=0.0001) | |
Public Member Functions inherited from FindMaximum2 | |
| virtual | ~FindMaximum2 () |
| void | Fit (ColumnVector &, int) |
Private Attributes | |
| SymmetricMatrix | Covariance |
| Real | Criterion |
| ColumnVector | Derivs |
| int | Lim |
| LL_D_FI & | LL |
| LowerTriangularMatrix | LT |
| DiagonalMatrix | SE |
| void | Value (const ColumnVector &, bool, Real &, bool &) |
| bool | NextPoint (ColumnVector &, Real &) |
| Real | LastDerivative (const ColumnVector &) |
| void | MakeCovariance () |
| void | Fit (ColumnVector &Parameters) |
| void | GetStandardErrors (ColumnVector &) |
| void | GetCorrelations (SymmetricMatrix &) |
Definition at line 286 of file newmatnl.h.
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.
|
privatevirtual |
Implements FindMaximum2.
Definition at line 231 of file newmatnl.cpp.
|
private |
Definition at line 241 of file newmatnl.cpp.
|
privatevirtual |
Implements FindMaximum2.
Definition at line 219 of file newmatnl.cpp.
|
privatevirtual |
Implements FindMaximum2.
Definition at line 207 of file newmatnl.cpp.
|
private |
Definition at line 299 of file newmatnl.h.
|
private |
Definition at line 296 of file newmatnl.h.
|
private |
Definition at line 297 of file newmatnl.h.
|
private |
Definition at line 295 of file newmatnl.h.
|
private |
Definition at line 294 of file newmatnl.h.
|
private |
Definition at line 298 of file newmatnl.h.
|
private |
Definition at line 300 of file newmatnl.h.