Method
NumCosmoMathStatsDistset_kernel
Declaration [src]
void
ncm_stats_dist_set_kernel (
NcmStatsDist* sd,
NcmStatsDistKernel* sdk
)
Description [src]
Sets the kernel to be used in the interpolation. The different types of kernels are: the gaussian kernel and the student-t kernel, which are under the file names ncm_stats_dist_kernel_gauss.c and ncm_stats_dist_kernel_st.c.
Parameters
sdk-
Type:
NcmStatsDistKernelA
NcmStatsDistKernel.The data is owned by the caller of the method.