Empirical distributions with Pareto tails
Construction
Methods
Inherited Methods
Methods in the following table are inherited from piecewisedistribution.
| boundary | Piecewise distribution boundaries |
| cdf | Cumulative distribution function for piecewise distribution |
| disp | Display piecewisedistribution object |
| display | Display piecewisedistribution object |
| icdf | Inverse cumulative distribution function for piecewise
distribution |
| nsegments | Number of segments |
| pdf | Probability density function for piecewise distribution |
| random | Random numbers from piecewise distribution |
| segment | Segments containing values |
Properties
Objects of the paretotails class have no
properties accessible by dot indexing, get methods,
or set methods. To obtain information about a paretotails object,
use the appropriate method.
Copy Semantics
Value. To learn how this affects your use of the class, see Comparing Handle and Value
Classes in the MATLAB Object-Oriented Programming documentation.
How To