pdf(d, x)

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


See also cdf leftTail rightTail 


Example


d = distribution( "StudentT", 10 );

pdf( d, 2.1 )

0.0522