Method

NumCosmoMathFitStateset_all

Declaration [src]

void
ncm_fit_state_set_all (
  NcmFitState* fstate,
  guint data_len,
  guint fparam_len,
  gint dof,
  gboolean is_least_squares
)

Description [src]

Sets all the properties of fstate.

Parameters

data_len

Type: guint

Number of data points.

fparam_len

Type: guint

Number of free parameters.

dof

Type: gint

Degrees of freedom.

is_least_squares

Type: gboolean

Whether it is a least squares fit.