$search
#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 |
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 |
| |
Real | LastDerivative (const ColumnVector &) |
void | MakeCovariance () |
bool | NextPoint (ColumnVector &, Real &) |
void | Value (const ColumnVector &, bool, Real &, bool &) |
void | Fit (const ColumnVector &, ColumnVector &) |
void | GetCorrelations (SymmetricMatrix &) |
void | GetHatDiagonal (DiagonalMatrix &) const |
void | GetStandardErrors (ColumnVector &) |
Definition at line 215 of file newmatnl.h.
NonLinearLeastSquares::NonLinearLeastSquares | ( | R1_Col_I_D & | pred, | |
int | lim = 1000 , |
|||
Real | crit = 0.0001 | |||
) | [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.
void NonLinearLeastSquares::GetResiduals | ( | ColumnVector & | Z | ) | const [inline] |
Definition at line 240 of file newmatnl.h.
void NonLinearLeastSquares::GetStandardErrors | ( | ColumnVector & | SEX | ) |
Definition at line 191 of file newmatnl.cpp.
Real NonLinearLeastSquares::LastDerivative | ( | const ColumnVector & | H | ) | [private, virtual] |
Implements FindMaximum2.
Definition at line 167 of file newmatnl.cpp.
void NonLinearLeastSquares::MakeCovariance | ( | ) | [private] |
Definition at line 180 of file newmatnl.cpp.
bool NonLinearLeastSquares::NextPoint | ( | ColumnVector & | Adj, | |
Real & | test | |||
) | [private, virtual] |
Implements FindMaximum2.
Definition at line 155 of file newmatnl.cpp.
Real NonLinearLeastSquares::ResidualVariance | ( | ) | const [inline] |
Definition at line 239 of file newmatnl.h.
void NonLinearLeastSquares::Value | ( | const ColumnVector & | Parameters, | |
bool | , | |||
Real & | v, | |||
bool & | oorg | |||
) | [private, virtual] |
Implements FindMaximum2.
Definition at line 134 of file newmatnl.cpp.
Definition at line 230 of file newmatnl.h.
Real NonLinearLeastSquares::criterion [private] |
Definition at line 226 of file newmatnl.h.
const ColumnVector* NonLinearLeastSquares::DataPointer [private] |
Definition at line 228 of file newmatnl.h.
RowVector NonLinearLeastSquares::Derivs [private] |
Definition at line 229 of file newmatnl.h.
Real NonLinearLeastSquares::errorvar [private] |
Definition at line 226 of file newmatnl.h.
int NonLinearLeastSquares::Lim [private] |
Definition at line 233 of file newmatnl.h.
ColumnVector NonLinearLeastSquares::M [private] |
Definition at line 225 of file newmatnl.h.
int NonLinearLeastSquares::n_obs [private] |
Definition at line 227 of file newmatnl.h.
int NonLinearLeastSquares::n_param [private] |
Definition at line 227 of file newmatnl.h.
R1_Col_I_D& NonLinearLeastSquares::Pred [private] |
Definition at line 232 of file newmatnl.h.
DiagonalMatrix NonLinearLeastSquares::SE [private] |
Definition at line 231 of file newmatnl.h.
Definition at line 224 of file newmatnl.h.
Matrix NonLinearLeastSquares::X [private] |
Definition at line 222 of file newmatnl.h.
ColumnVector NonLinearLeastSquares::Y [private] |
Definition at line 223 of file newmatnl.h.