NumericCDF.this

Constructor

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

Parameters

pdf PDF!T

The PDF to _integrate.

subdivisions T[]

TODO.

a T

(optional) The lower limit of integration.

epsRel T

(optional) The requested relative accuracy.

epsAbs T

(optional) The requested absolute accuracy.

See Also

Meta