Method

NumCosmoMathSplineFuncTestset_out_threshold

Declaration [src]

void
ncm_spline_func_test_set_out_threshold (
  NcmSplineFuncTest* sft,
  const gdouble out_threshold
)

Description [src]

Sets the outliers threshold in a grid in order to save the functions informations for further analysis.ncm_spline_func_test_save_grid_functions_to_txt() and ncm_spline_func_test_save_knots_to_txt(). The files names are “functions_with_outlier_above_threshold.” and “knots_with_outlier_above_threshold.”. Where * stands for the realization number.

If the NcmSplineFuncTestType is an interpolation, then saves one more file with the interpolated points with the function , “interpolated_points_with_outlier_above_threshold.*”.

The threshold is given in percentage of ngrid.

Parameters

out_threshold

Type: const gdouble

Threshold of outliers in a grid (\%).