Lower Pareto tails parameters
Syntax
params = lowerparams(obj)
Description
params = lowerparams(obj) returns the 2-element
vector params of shape and scale parameters, respectively,
of the lower tail of the Pareto tails object obj. lowerparams does
not return a location parameter.
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);
lowerparams(obj)
ans =
-0.1901 1.1898
upperparams(obj)
ans =
0.3646 0.5103See Also
paretotails, upperparams
 | lognstat | | lt (qrandstream) |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit