Method

NumCosmoMathStatsDist2dybounds

Declaration [src]

void
ncm_stats_dist2d_ybounds (
  NcmStatsDist2d* sd2,
  gdouble* yi,
  gdouble* yf
)

Description [src]

Gets the y bounds of the distribution.

Parameters

yi

Type: gdouble*

Y lower bound.

The argument will be set by the function.
yf

Type: gdouble*

Y upper bound.

The argument will be set by the function.