Method

NumCosmoMathStatsVecestimate_const_break

Declaration [src]

gdouble
ncm_stats_vec_estimate_const_break (
  NcmStatsVec* svec,
  guint p
)

Description [src]

Estimate mean $\mu$ and standard deviation $\sigma$ fitting the paramater p using robust regression. Computes the time $t_0$ where the parameter p falls within the $\alpha\sigma$ from $\mu$, where $\alpha$ is implicitly defined by $$ \int_\alpha^\infty\chi_1(X)\mathrm{d}X = 1/N,$$ and $N$ is the size of the sample.

Parameters

p

Type: guint

Parameter id.

Return value

Type: gdouble

$t_0$.