cdf(d, x)

Returns the cumulative density function value of distribution d at the given point x.


See also pdf leftTail rightTail 


Example


d = distribution( "StudentT", 10 );

cdf( d, 2.1 )

0.969