Method

NumCosmoMathStatsDist2dxbounds

Declaration [src]

void
ncm_stats_dist2d_xbounds (
  NcmStatsDist2d* sd2,
  gdouble* xi,
  gdouble* xf
)

Description [src]

Gets the x bounds of the distribution.

Parameters

xi

Type: gdouble*

X lower bound.

The argument will be set by the function.
xf

Type: gdouble*

X upper bound.

The argument will be set by the function.