NumericCCDF.this

Constructor

class NumericCCDF(T)
this
(,,
T b = T.infinity
,
T epsRel = 1e-6
,
T epsAbs = 0
)

Parameters

pdf PDF!T

The PDF to _integrate.

b T

(optional) The upper limit of integration.

epsRel T

(optional) The requested relative accuracy.

epsAbs T

(optional) The requested absolute accuracy.

See Also

Meta