Class
NumCosmoMathDataDist1d
Description [src]
abstract class NumCosmoMath.DataDist1d : NumCosmoMath.Data
{
/* No available fields */
}
This object is an abstract class for one variable distribution data.
Properties
Properties inherited from NcmData (5)
NumCosmoMath.Data:bootstrap
The NcmData bootstrap object if any.
NumCosmoMath.Data:desc
Description of the data object.
NumCosmoMath.Data:init
No description available.
NumCosmoMath.Data:long-desc
Description of the data object.
NumCosmoMath.Data:name
Name of the data object.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct NumCosmoMathDataDist1dClass {
gdouble (* dist1d_m2lnL_val) (
NcmDataDist1d* dist1d,
NcmMSet* mset,
gdouble x
);
gdouble (* inv_pdf) (
NcmDataDist1d* dist1d,
NcmMSet* mset,
gdouble u
);
void (* set_size) (
NcmDataDist1d* dist1d,
guint np
);
guint (* get_size) (
NcmDataDist1d* dist1d
);
}
No description available.
Class members
dist1d_m2lnL_val: gdouble (* dist1d_m2lnL_val) ( NcmDataDist1d* dist1d, NcmMSet* mset, gdouble x )No description available.
inv_pdf: gdouble (* inv_pdf) ( NcmDataDist1d* dist1d, NcmMSet* mset, gdouble u )No description available.
set_size: void (* set_size) ( NcmDataDist1d* dist1d, guint np )No description available.
get_size: guint (* get_size) ( NcmDataDist1d* dist1d )No description available.