Method

NumCosmoXcorKernelComponenteval_k_max

Declaration [src]

gdouble
nc_xcor_kernel_component_eval_k_max (
  NcXcorKernelComponent* comp,
  gdouble y
)

Description [src]

Evaluates k_max at the given y value from kernel analysis, where k_max is the value of k that maximizes KL(k, y/k) for this y.

Parameters

y

Type: gdouble

The y value (y = k * xi).

Return value

Type: gdouble

The k_max value at y.