Constructor

NumCosmoMathStatsDistKernelSTnew

Declaration [src]

NcmStatsDistKernelST*
ncm_stats_dist_kernel_st_new (
  const guint dim,
  const gdouble nu
)

Description [src]

Creates a new NcmStatsDistKernelST object with sample dimension dim and $\nu$ = nu.

Parameters

dim

Type: const guint

Sample space dimension.

nu

Type: const gdouble

Student-t parameter $\nu$.

Return value

Type: NcmStatsDistKernelST

A new NcmStatsDistKernelST.

The caller of the function takes ownership of the data, and is responsible for freeing it.