Method

NumCosmoXcorKernelComponenteval_k_epsilon

Declaration [src]

gdouble
nc_xcor_kernel_component_eval_k_epsilon (
  NcXcorKernelComponent* comp,
  gdouble y
)

Description [src]

Evaluates k_epsilon at the given y value from kernel analysis, where k_epsilon is the value of k (beyond k_max) where KL(k, y/k) drops to epsilon times KL_max.

Parameters

y

Type: gdouble

The y value (y = k * xi).

Return value

Type: gdouble

The k_epsilon value at y.