Inverse cumulative distribution function for piecewise
distribution
Syntax
X = icdf(obj,P)
Description
X = icdf(obj,P) returns an array X of
values of the inverse cumulative distribution function for the piecewise
distribution object obj, evaluated at the values
in the array P.
Examples
Fit Pareto tails to a t distribution at cumulative
probabilities 0.1 and 0.9:
t = trnd(3,100,1);
obj = paretotails(t,0.1,0.9);
[p,q] = boundary(obj)
p =
0.1000
0.9000
q =
-1.7766
1.8432
icdf(obj,p)
ans =
-1.7766
1.8432
See Also
paretotails, cdf
 | icdf (ProbDistUnivParam) | | inconsistent |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit