Top | ![]() |
![]() |
![]() |
![]() |
Properties
NcmMSetCatalog * | catalog | Read / Write / Construct Only |
gboolean | choose-cut | Read / Write / Construct |
double | choose-percentile | Read / Write / Construct |
double | m2lnL-reltol | Read / Write / Construct |
NcmMSetTransKernCatSampling | sampling-type | Read / Write / Construct |
NcmStatsDist * | stats-dist | Read / Write / Construct Only |
Object Hierarchy
GEnum ╰── NcmMSetTransKernCatSampling GObject ╰── NcmMSetTransKern ╰── NcmMSetTransKernCat
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
.
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
.
ncm_mset_trans_kern_cat_get_sampling ()
NcmMSetTransKernCatSampling
ncm_mset_trans_kern_cat_get_sampling (NcmMSetTransKernCat *tcat
);
Gets the sampling type.
Types and Values
Property Details
The “catalog”
property
“catalog” NcmMSetCatalog *
catalog.
Owner: NcmMSetTransKernCat
Flags: Read / Write / Construct Only
The “choose-cut”
property
“choose-cut” gboolean
Whether to cut the catalog at the choose-percentile before choosing.
Owner: NcmMSetTransKernCat
Flags: Read / Write / Construct
Default value: FALSE
The “choose-percentile”
property
“choose-percentile” double
Max percentile to choose from.
Owner: NcmMSetTransKernCat
Flags: Read / Write / Construct
Allowed values: [0.01,1]
Default value: 0.9
The “m2lnL-reltol”
property
“m2lnL-reltol” double
Relative tolerance for m2lnL.
Owner: NcmMSetTransKernCat
Flags: Read / Write / Construct
Allowed values: [2.22045e-16,0.001]
Default value: 1e-07
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