pdfinfo(d)

Displays the formula used for the probability density function of distribution d.


See also pdf cdf leftTail rightTail 


Example


d = distribution( "StudentT", 10 );

pdfinfo( d )

//                                   2             

//                  1         /     x  \-(n+1)/2  

// pdf(x)= __________________ | 1+ ___ |           

//         sqrt(n) B(n/2,1/2) \     n  /          

//                                                 

// 0<n