NcmMSetTransKernCat

NcmMSetTransKernCat — Catalog sampler.

Properties

NcmMSetCatalog * catalog Read / Write / Construct Only
NcmMSetTransKernCatSampling sampling-type Read / Write / Construct
NcmStatsDist * stats-dist Read / Write / Construct Only

Types and Values

Object Hierarchy

    GEnum
    ╰── NcmMSetTransKernCatSampling
    GObject
    ╰── NcmMSetTransKern
        ╰── NcmMSetTransKernCat

Description

FIXME

Functions

ncm_mset_trans_kern_cat_new ()

NcmMSetTransKernCat *
ncm_mset_trans_kern_cat_new (NcmMSetCatalog *mcat,
                             NcmStatsDist *sd);

New NcmMSetTransKernCat from mcat catalog with the interpolation object sd .

Parameters

mcat

a NcmMSetCatalog

 

sd

a NcmStatsDist

 

Returns

a new NcmMSetTransKernCat.

[transfer full]


ncm_mset_trans_kern_cat_set_sampling ()

void
ncm_mset_trans_kern_cat_set_sampling (NcmMSetTransKernCat *tcat,
                                      NcmMSetTransKernCatSampling sampling);

Sets the sampling type to sampling .

Parameters


ncm_mset_trans_kern_cat_get_sampling ()

NcmMSetTransKernCatSampling
ncm_mset_trans_kern_cat_get_sampling (NcmMSetTransKernCat *tcat);

Gets the sampling type.

Parameters

Returns

the current sampling type NcmMSetTransKernCat.

Types and Values

enum NcmMSetTransKernCatSampling

Sampling methods.

Members

NCM_MSET_TRANS_KERN_CAT_SAMPLING_CHOOSE

sampling by choosing radomly points from the catalog

 

NCM_MSET_TRANS_KERN_CAT_SAMPLING_RBF_INTERP

sampling from the RBF interpolation built using the last ensemble from the catalog

 

NCM_MSET_TRANS_KERN_CAT_SAMPLING_KDE

sampling from the KDE estimate built using the last ensemble from the catalog

 

Property Details

The “catalog” property

  “catalog”                  NcmMSetCatalog *

catalog.

Owner: NcmMSetTransKernCat

Flags: Read / Write / Construct Only


The “sampling-type” property

  “sampling-type”            NcmMSetTransKernCatSampling

Sampling method to use.

Owner: NcmMSetTransKernCat

Flags: Read / Write / Construct

Default value: NCM_MSET_TRANS_KERN_CAT_SAMPLING_RBF_INTERP


The “stats-dist” property

  “stats-dist”               NcmStatsDist *

NcmStatsDist object.

Owner: NcmMSetTransKernCat

Flags: Read / Write / Construct Only