#include <newmatnl.h>

Public Member Functions | |
| void | GetResiduals (ColumnVector &Z) const |
| NonLinearLeastSquares (R1_Col_I_D &pred, int lim=1000, Real crit=0.0001) | |
| Real | ResidualVariance () const |
Public Member Functions inherited from FindMaximum2 | |
| virtual | ~FindMaximum2 () |
| void | Fit (ColumnVector &, int) |
Private Attributes | |
| SymmetricMatrix | Covariance |
| Real | criterion |
| const ColumnVector * | DataPointer |
| RowVector | Derivs |
| Real | errorvar |
| int | Lim |
| ColumnVector | M |
| int | n_obs |
| int | n_param |
| R1_Col_I_D & | Pred |
| DiagonalMatrix | SE |
| UpperTriangularMatrix | U |
| Matrix | X |
| ColumnVector | Y |
| void | Value (const ColumnVector &, bool, Real &, bool &) |
| bool | NextPoint (ColumnVector &, Real &) |
| Real | LastDerivative (const ColumnVector &) |
| void | MakeCovariance () |
| void | Fit (const ColumnVector &, ColumnVector &) |
| void | GetStandardErrors (ColumnVector &) |
| void | GetCorrelations (SymmetricMatrix &) |
| void | GetHatDiagonal (DiagonalMatrix &) const |
Definition at line 215 of file newmatnl.h.
|
inline |
Definition at line 236 of file newmatnl.h.
| void NonLinearLeastSquares::Fit | ( | const ColumnVector & | Data, |
| ColumnVector & | Parameters | ||
| ) |
Definition at line 170 of file newmatnl.cpp.
| void NonLinearLeastSquares::GetCorrelations | ( | SymmetricMatrix & | Corr | ) |
Definition at line 194 of file newmatnl.cpp.
| void NonLinearLeastSquares::GetHatDiagonal | ( | DiagonalMatrix & | Hat | ) | const |
Definition at line 197 of file newmatnl.cpp.
|
inline |
Definition at line 240 of file newmatnl.h.
| void NonLinearLeastSquares::GetStandardErrors | ( | ColumnVector & | SEX | ) |
Definition at line 191 of file newmatnl.cpp.
|
privatevirtual |
Implements FindMaximum2.
Definition at line 167 of file newmatnl.cpp.
|
private |
Definition at line 180 of file newmatnl.cpp.
|
privatevirtual |
Implements FindMaximum2.
Definition at line 155 of file newmatnl.cpp.
|
inline |
Definition at line 239 of file newmatnl.h.
|
privatevirtual |
Implements FindMaximum2.
Definition at line 134 of file newmatnl.cpp.
|
private |
Definition at line 230 of file newmatnl.h.
|
private |
Definition at line 226 of file newmatnl.h.
|
private |
Definition at line 228 of file newmatnl.h.
|
private |
Definition at line 229 of file newmatnl.h.
|
private |
Definition at line 226 of file newmatnl.h.
|
private |
Definition at line 233 of file newmatnl.h.
|
private |
Definition at line 225 of file newmatnl.h.
|
private |
Definition at line 227 of file newmatnl.h.
|
private |
Definition at line 227 of file newmatnl.h.
|
private |
Definition at line 232 of file newmatnl.h.
|
private |
Definition at line 231 of file newmatnl.h.
|
private |
Definition at line 224 of file newmatnl.h.
|
private |
Definition at line 222 of file newmatnl.h.
|
private |
Definition at line 223 of file newmatnl.h.