Class

NumCosmoMathFitState

Description [src]

final class NumCosmoMath.FitState : GObject.Object
{
  /* No available fields */
}

State of a NcmFit object.

Object that stores the state of a NcmFit object.

Ancestors

Constructors

ncm_fit_state_new

Instantiates a new NcmFitState.

Functions

ncm_fit_state_clear

Decreases the reference count of fstate by one, and sets the pointer fstate to NULL.

Instance methods

ncm_fit_state_add_func_eval

Adds func_eval to the number of function evaluations of fstate.

ncm_fit_state_add_grad_eval

Adds grad_eval to the number of gradient evaluations of fstate.

ncm_fit_state_add_iter

Adds niter to the number of iterations of fstate.

ncm_fit_state_free

Decreases the reference count of fstate by one.

ncm_fit_state_get_data_len

Gets the number of data points used to compute fstate.

ncm_fit_state_get_dof

Gets the degrees of freedom of fstate.

ncm_fit_state_get_elapsed_time

Gets the elapsed time of fstate.

ncm_fit_state_get_fparam_len

Gets the number of free parameters of fstate.

ncm_fit_state_get_func_eval

Gets the number of function evaluations of fstate.

ncm_fit_state_get_grad_eval

Gets the number of gradient evaluations of fstate.

ncm_fit_state_get_m2lnL_curval

Gets the current value of the m2lnL of fstate.

ncm_fit_state_get_m2lnL_prec

Gets the precision of the m2lnL of fstate.

ncm_fit_state_get_niter

Gets the number of iterations of fstate.

ncm_fit_state_get_params_prec

Gets the precision of the parameters of fstate.

ncm_fit_state_has_covar

Checks if fstate has a computed covariance matrix.

ncm_fit_state_is_best_fit

Checks if fstate is a best fit.

ncm_fit_state_is_least_squares

Checks if fstate is a least squares fit.

ncm_fit_state_peek_J

Gets the Jacobian NcmMatrix of fstate.

ncm_fit_state_peek_covar

Gets the covariance NcmMatrix of fstate.

ncm_fit_state_peek_f

Gets the function NcmVector of fstate.

ncm_fit_state_peek_fparams

Gets the free parameters NcmVector of fstate.

ncm_fit_state_peek_hessian

Gets the Hessian NcmMatrix of fstate.

ncm_fit_state_ref

Increases the reference count of fstate by one.

ncm_fit_state_reset

Resets the NcmFitState to its initial state.

ncm_fit_state_set_all

Sets all the properties of fstate.

ncm_fit_state_set_data_len

Sets the number of data points used to compute fstate.

ncm_fit_state_set_dof

Sets the degrees of freedom of fstate.

ncm_fit_state_set_elapsed_time

Sets the elapsed time of fstate.

ncm_fit_state_set_fparam_len

Sets the number of free parameters of fstate.

ncm_fit_state_set_func_eval

Sets the number of function evaluations of fstate.

ncm_fit_state_set_grad_eval

Sets the number of gradient evaluations of fstate.

ncm_fit_state_set_has_covar

Sets whether fstate has a computed covariance matrix.

ncm_fit_state_set_is_best_fit

Sets whether fstate is a best fit.

ncm_fit_state_set_is_least_squares

Sets whether fstate is a least squares fit.

ncm_fit_state_set_ls

Sets the least squares data of fstate.

ncm_fit_state_set_m2lnL_curval

Sets the current value of the m2lnL of fstate.

ncm_fit_state_set_m2lnL_prec

Sets the precision of the m2lnL of fstate.

ncm_fit_state_set_niter

Sets the number of iterations of fstate.

ncm_fit_state_set_params_prec

Sets the precision of the parameters of fstate.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmoMath.FitState:data-len
No description available.

NumCosmoMath.FitState:dof
No description available.

NumCosmoMath.FitState:fparam-len
No description available.

NumCosmoMath.FitState:func-eval
No description available.

NumCosmoMath.FitState:grad-eval
No description available.

NumCosmoMath.FitState:is-best-fit
No description available.

NumCosmoMath.FitState:is-least-squares
No description available.

NumCosmoMath.FitState:niters
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.

Class structure

struct NumCosmoMathFitStateClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.