|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <newmatnl.h>
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 &) |
Public Member Functions inherited from FindMaximum2 | |
| void | Fit (ColumnVector &, int) |
| virtual | ~FindMaximum2 () |
Private Member Functions | |
| 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 282 of file newmatnl.h.
|
inline |
Definition at line 299 of file newmatnl.h.
| void MLE_D_FI::Fit | ( | ColumnVector & | Parameters | ) |
Definition at line 233 of file newmatnl.cpp.
References FindMaximum2::Fit().
| void MLE_D_FI::GetCorrelations | ( | SymmetricMatrix & | Corr | ) |
| void MLE_D_FI::GetStandardErrors | ( | ColumnVector & | SEX | ) |
|
privatevirtual |
|
private |
Definition at line 240 of file newmatnl.cpp.
References BaseMatrix::i(), n, and BaseMatrix::t().
|
privatevirtual |
Implements FindMaximum2.
Definition at line 218 of file newmatnl.cpp.
References Cholesky(), BaseMatrix::i(), SumSquare(), and BaseMatrix::t().
|
privatevirtual |
Implements FindMaximum2.
Definition at line 206 of file newmatnl.cpp.
|
private |
Definition at line 295 of file newmatnl.h.
|
private |
Definition at line 292 of file newmatnl.h.
|
private |
Definition at line 293 of file newmatnl.h.
|
private |
Definition at line 291 of file newmatnl.h.
|
private |
Definition at line 290 of file newmatnl.h.
|
private |
Definition at line 294 of file newmatnl.h.
|
private |
Definition at line 296 of file newmatnl.h.
1.8.14