Inherits ltl::Moffat< TPAR, TDAT, 8, 2 >.
|
ltl::FVector< TPAR, 8 > | covtoerr (const typename ltl::FMatrix< TPAR, 8, 8 >::TraceVector &trace, const ltl::FVector< TPAR, 8 > &) |
|
TPAR | marquardtCoefficients (const ltl::FVector< TPAR, 8 > ¶meter, const TPAR chisquare_limit, ltl::FMatrix< TPAR, 8, 8 > &a, ltl::FVector< TPAR, 8 > &b) const |
|
TPAR | marquardtCoefficients (const ltl::FVector< TPAR, NPAR > &, const TPAR chisquare_limit, ltl::FMatrix< TPAR, NPAR, NPAR > &a, ltl::FVector< TPAR, NPAR > &b) const |
| Calculate actual (if better than old one) and Hessematrix. More...
|
|
void | setData (const ltl::MArray< TDAT, NDIM > &indata, const TDAT in_nan, const ltl::MArray< TDAT, NDIM > &inerror2) |
| Set data, error and NaN value. More...
|
|
void | freeData () |
| Free data and error. More...
|
|
std::size_t | getNdof () const |
| Return degrees of freedom for fit. More...
|
|
|
static void | fill (const ltl::FVector< TPAR, 8 > &invalue, ltl::MArray< TDAT, 2 > &a) |
|
static ltl::FVector< TPAR, 8 > | partofit (const ltl::FVector< TPAR, 8 > ¶meter) |
|
static ltl::FVector< TPAR, 8 > | fittopar (const ltl::FVector< TPAR, 8 > &fitpar, const typename ltl::FMatrix< TPAR, 8, 8 >::TraceVector &) |
|
static ltl::FVector< TPAR, NPAR > | partofit (const ltl::FVector< TPAR, NPAR > ¶meter) |
| Convert external fit parameters to internal representation. More...
|
|
static ltl::FVector< TPAR, NPAR > | fittopar (const ltl::FVector< TPAR, NPAR > &fitpar, const typename ltl::FMatrix< TPAR, NPAR, NPAR >::TraceVector &) |
| Convert internal fit parameters to external representation. More...
|
|
static ltl::FVector< TPAR, NPAR > | covtoerr (const typename ltl::FMatrix< TPAR, NPAR, NPAR >::TraceVector &trace, const ltl::FVector< TPAR, NPAR > &) |
| Calculate external error in parameters from internal covariance matrix. More...
|
|