#include <newmatnl.h>
Inheritance diagram for MLE_D_FI::
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 |
|
Definition at line 299 of file newmatnl.h. |
|
Referenced by WANT_STREAM(). |
|
Referenced by WANT_STREAM(). |
|
Referenced by WANT_STREAM(). |
|
Reimplemented from FindMaximum2. Referenced by WANT_STREAM(). |
|
Referenced by WANT_STREAM(). |
|
Reimplemented from FindMaximum2. Referenced by WANT_STREAM(). |
|
Reimplemented from FindMaximum2. |
|
Definition at line 295 of file newmatnl.h. |
|
Definition at line 292 of file newmatnl.h. |
|
Definition at line 293 of file newmatnl.h. |
|
Definition at line 290 of file newmatnl.h. |
|
Definition at line 294 of file newmatnl.h. |
|
Definition at line 291 of file newmatnl.h. |
|
Definition at line 296 of file newmatnl.h. |