rightTail(d,area)

Returns the value x such the value of the cumulative density function of the distribution d evaluated at the value x is equal to 1.0-area.


See also leftTail cdf pdf 


Example


d = distribution( "Gauss", 0, 1 );

rightTail( d, 0.05 )

1.6449