NcmPriorFlatFunc

NcmPriorFlatFunc — a flat prior on a parameter

Properties

NcmMSetFunc * mean-func Read / Write / Construct

Object Hierarchy

    GObject
    ╰── NcmMSetFunc
        ╰── NcmPrior
            ╰── NcmPriorFlat
                ╰── NcmPriorFlatFunc

Description

FIXME

Functions

ncm_prior_flat_func_new ()

NcmPriorFlatFunc *
ncm_prior_flat_func_new (NcmMSetFunc *mean_func,
                         gdouble x_low,
                         gdouble x_upp,
                         gdouble scale,
                         gdouble variable);

Creates a new Flat prior for parameter pid of model mid .

Parameters

mean_func

a NcmMSetFunc

 

x_low

FIXME

 

x_upp

FIXME

 

scale

FIXME

 

variable

FIXME

 

Returns

pff .

[transfer full]


ncm_prior_flat_func_ref ()

NcmPriorFlatFunc *
ncm_prior_flat_func_ref (NcmPriorFlatFunc *pff);

Increases the reference count of pff atomically.

Parameters

pff

a NcmPriorFlatFunc

 

Returns

pff .

[transfer full]


ncm_prior_flat_func_free ()

void
ncm_prior_flat_func_free (NcmPriorFlatFunc *pff);

Decreases the reference count of pff atomically.

Parameters

pff

a NcmPriorFlatFunc

 

ncm_prior_flat_func_clear ()

void
ncm_prior_flat_func_clear (NcmPriorFlatFunc **pff);

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

Parameters

pff

a NcmPriorFlatFunc

 

Types and Values

Property Details

The “mean-func” property

  “mean-func”                NcmMSetFunc *

mean function.

Flags: Read / Write / Construct