Class

NumCosmoMathModelMVND

Description [src]

final class NumCosmoMath.ModelMVND : NumCosmoMath.Model
{
  /* No available fields */
}

Multivariate Normal Distribution mean model.

Multivariate Normal distribution model of the mean.

Ancestors

Constructors

ncm_model_mvnd_new

Creates a new MVND mean model of dim dimensions.

Functions

ncm_model_mvnd_clear

If model_mvnd is different from NULL, decreases the reference count of model_mvnd by one and sets model_mvnd to NULL.

ncm_model_mvnd_id
No description available.

Instance methods

ncm_model_mvnd_free

Decreases the reference count of model_mvnd by one.

ncm_model_mvnd_mean

Copies into y the mean vector.

ncm_model_mvnd_ref

Increases the reference count of model_mvnd by one.

Methods inherited from NcmModel (89)

Please see NcmModel for a full list of methods.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmoMath.ModelMVND:dim
No description available.

NumCosmoMath.ModelMVND:mu
No description available.

NumCosmoMath.ModelMVND:mu-fit
No description available.

NumCosmoMath.ModelMVND:mu-length
No description available.

Properties inherited from NcmModel (9)
NumCosmoMath.Model:implementation
No description available.

NumCosmoMath.Model:name
No description available.

NumCosmoMath.Model:nick
No description available.

NumCosmoMath.Model:params-types
No description available.

NumCosmoMath.Model:reparam
No description available.

NumCosmoMath.Model:scalar-params-len
No description available.

NumCosmoMath.Model:sparam-array
No description available.

NumCosmoMath.Model:submodel-array
No description available.

NumCosmoMath.Model:vector-params-len
No description available.

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 NumCosmoMathModelMVNDClass {
  NcmModelClass parent_class;
  
}

No description available.

Class members
parent_class: NcmModelClass

No description available.