NcmPriorFlat

NcmPriorFlat — A flat prior for NcmLikelihood

Properties

gdouble scale Read / Write / Construct
gdouble variable Read / Write / Construct
gdouble x-low Read / Write / Construct
gdouble x-upp Read / Write / Construct

Object Hierarchy

    GObject
    ╰── NcmMSetFunc
        ╰── NcmPrior
            ╰── NcmPriorFlat
                ├── NcmPriorFlatFunc
                ╰── NcmPriorFlatParam

Description

FIXME

Functions

NcmPriorFlatMean ()

gdouble
(*NcmPriorFlatMean) (NcmPriorFlat *pf,
                     NcmMSet *mset);

ncm_prior_flat_ref ()

NcmPriorFlat *
ncm_prior_flat_ref (NcmPriorFlat *pf);

Increases the reference count of pf atomically.

Parameters

pf

a NcmPriorFlat

 

Returns

pf .

[transfer full]


ncm_prior_flat_free ()

void
ncm_prior_flat_free (NcmPriorFlat *pf);

Decreases the reference count of pf atomically.

Parameters

pf

a NcmPriorFlat

 

ncm_prior_flat_clear ()

void
ncm_prior_flat_clear (NcmPriorFlat **pf);

Decreases the reference count of *pf and sets *pf to NULL.

Parameters

pf

a NcmPriorFlat

 

Types and Values

Property Details

The “scale” property

  “scale”                    gdouble

border scale.

Flags: Read / Write / Construct

Allowed values: >= G_MINDOUBLE

Default value: 1


The “variable” property

  “variable”                 gdouble

variable.

Flags: Read / Write / Construct

Default value: 0


The “x-low” property

  “x-low”                    gdouble

lower limit.

Flags: Read / Write / Construct

Default value: 0


The “x-upp” property

  “x-upp”                    gdouble

upper limit.

Flags: Read / Write / Construct

Default value: 1