Class
NumCosmoMathFitGSLLS
Description [src]
final class NumCosmoMath.FitGSLLS : NumCosmoMath.Fit
{
/* No available fields */
}
Best-fit finder — GSL least squares algorithms.
This object implements a best-fit finder using the GSL least squares
algorithms. It is a subclass of NcmFit.
Constructors
ncm_fit_gsl_ls_new
Creates a new NcmFitGSLLS object with the given likelihood, model set and
gradient type.
Properties
Properties inherited from NcmFit (13)
NumCosmoMath.Fit:equality-constraints
No description available.
NumCosmoMath.Fit:equality-constraints-tot
No description available.
NumCosmoMath.Fit:grad-type
No description available.
NumCosmoMath.Fit:inequality-constraints
No description available.
NumCosmoMath.Fit:inequality-constraints-tot
No description available.
NumCosmoMath.Fit:likelihood
No description available.
NumCosmoMath.Fit:m2lnL-abstol
No description available.
NumCosmoMath.Fit:m2lnL-reltol
No description available.
NumCosmoMath.Fit:maxiter
No description available.
NumCosmoMath.Fit:mset
No description available.
NumCosmoMath.Fit:params-reltol
No description available.
NumCosmoMath.Fit:state
No description available.
NumCosmoMath.Fit:sub-fit
No description available.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.