Class

NumCosmoMathStatsDist2dSpline

Description [src]

final class NumCosmoMath.StatsDist2dSpline : NumCosmoMath.StatsDist2d
{
  /* No available fields */
}

Two-dimensional probability distribution based on a spline

Reconstruction of an arbitrary two-dimensional probability distribution based on a spline.

Constructors

ncm_stats_dist2d_spline_new

Returns a new NcmStatsDist2dSpline where m2lnp, $-2\ln(p(x, y))$, is a NcmSpline2d, where $p(x, y)$ is the probability density function.

Instance methods

Methods inherited from NcmStatsDist2d (12)
ncm_stats_dist2d_eval_cdf

Calculates the value of the cumulative distribution function (CDF) within [x_i, x] and [y_i, y].

ncm_stats_dist2d_eval_inv_cond

Evaluates the inverse conditional CDF at u and xy.

ncm_stats_dist2d_eval_m2lnp

Calculates the value of the $-2\ln(p(x, y))$ for the probability density function.

ncm_stats_dist2d_eval_marginal_cdf

Evaluates the marginal CDF at xy.

ncm_stats_dist2d_eval_marginal_inv_cdf
No description available.

ncm_stats_dist2d_eval_marginal_pdf

Evaluates the marginal PDF at xy.

ncm_stats_dist2d_eval_pdf

Calculates the value of the probability density function (PDF) at x and y.

ncm_stats_dist2d_free

Decreases the reference count of sd2.

ncm_stats_dist2d_prepare

Prepares the object for calculations.

ncm_stats_dist2d_ref

Increases the reference count of sd2.

ncm_stats_dist2d_xbounds

Gets the x bounds of the distribution.

ncm_stats_dist2d_ybounds

Gets the y bounds of the distribution.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

NumCosmoMath.StatsDist2dSpline:m2lnp
No description available.

NumCosmoMath.StatsDist2dSpline:marginal-x
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 NumCosmoMathStatsDist2dSplineClass {
  NcmStatsDist2dClass parent_class;
  
}

No description available.

Class members
parent_class: NcmStatsDist2dClass

No description available.