Method

NumCosmoMathPowspecFiltereval_dnlnvar_dlnrn

Declaration [src]

gdouble
ncm_powspec_filter_eval_dnlnvar_dlnrn (
  NcmPowspecFilter* psf,
  const gdouble z,
  const gdouble lnr,
  guint n
)

Description [src]

Evaluates the derivatives of the logarithm of the filtered variance at lnr and z, namely: - $n = 0 \rightarrow \ln \left[ \sigma(r, z)^2 \right]$, - $n = 1 \rightarrow \frac{\mathrm{d}\ln \left( \sigma^2 \right)}{\mathrm{d} \ln r}$, - $n = 2 \rightarrow \frac{\mathrm{d}^2 \ln \left( \sigma^2 \right)}{\mathrm{d}(\ln r)^2}$, - $n = 3 \rightarrow \frac{\mathrm{d}^3 \ln \left( \sigma^2 \right)}{\mathrm{d}(\ln r)^3}$.

Parameters

z

Type: const gdouble

Redshift $z$.

lnr

Type: const gdouble

Logarithm base e of $r$.

n

Type: guint

Number of derivatives $n$.

Return value

Type: gdouble

One of the four derivatives described above.