NcmModelFunnel
NcmModelFunnel — Multivariate Normal Distribution mean model.
|
|
Object Hierarchy
GEnum
├── NcmModelFunnelSParams
╰── NcmModelFunnelVParams
GObject
╰── NcmModel
╰── NcmModelFunnel
Description
Multivariate Normal distribution model of the mean.
Functions
ncm_model_funnel_new ()
NcmModelFunnel *
ncm_model_funnel_new (guint n
);
Creates a new Funnel model.
ncm_model_funnel_ref ()
NcmModelFunnel *
ncm_model_funnel_ref (NcmModelFunnel *mfu
);
Increases the reference count of mfu
by one.
Returns
mfu
.
[transfer full]
ncm_model_funnel_free ()
void
ncm_model_funnel_free (NcmModelFunnel *mfu
);
Decreases the reference count of mfu
by one.
ncm_model_funnel_clear ()
void
ncm_model_funnel_clear (NcmModelFunnel **mfu
);
If mfu
is different from NULL, decreases the reference count of
mfu
by one and sets mfu
to NULL.
Types and Values
NCM_TYPE_MODEL_FUNNEL
#define NCM_TYPE_MODEL_FUNNEL (ncm_model_funnel_get_type ())
enum NcmModelFunnelSParams
Funnel model parameters.
enum NcmModelFunnelVParams
Funnel model parameters.
NcmModelFunnel
typedef struct _NcmModelFunnel NcmModelFunnel;
Property Details
The “nu”
property
“nu” double
\nu.
Owner: NcmModelFunnel
Flags: Read / Write
Default value: 0
The “nu-fit”
property
“nu-fit” gboolean
\nu:fit.
Owner: NcmModelFunnel
Flags: Read / Write
Default value: TRUE
The “x”
property
“x” NcmVector *
x.
Owner: NcmModelFunnel
Flags: Read / Write
The “x-fit”
property
“x-fit” GVariant *
x:fit.
Owner: NcmModelFunnel
Flags: Read / Write
Allowed values: GVariant<ab>
Default value: NULL
The “x-length”
property
“x-length” guint
x:length.
Owner: NcmModelFunnel
Flags: Read / Write / Construct Only
Default value: 9