locationOfCDFPercentile
Find the location of a CDF percentile.
Declaration
z = locationOfCDFPercentile(self,alpha)
Parameters
alphatarget percentile strictly between 0 and 1
Returns
zlocation wherecdf(z)equalsalpha
Discussion
This method returns \(z_{\alpha}\) satisfying \(F(z_{\alpha}) = \alpha\) for the current cumulative distribution \(F\).