ProbDist class -
Object representing probability distribution
Description
ProbDist is an abstract class representing a probability distribution.
Construction
ProbDist is an abstract class. You cannot create
instances of this class directly. You can construct an object in a
subclass, such as ProbDistUnivParam or ProbDistUnivKernel, either by calling
the subclass constructors (ProbDistUnivParam or ProbDistUnivKernel)
or by using the fitdist function.
Methods
| cdf | Return cumulative distribution function (CDF) for ProbDist
object |
| pdf | Return probability density function (PDF) for ProbDist
object |
| random | Generate random number drawn from ProbDist object |
Properties
| DistName | Read-only string containing probability distribution name
of ProbDist object |
| InputData | Read-only structure containing information about input
data to ProbDist object |
| Support | Read-only structure containing information about support
of ProbDist object |
Copy Semantics
Value. To learn how this affects your use of the class, see Copying Objects in
the MATLAB Programming Fundamentals documentation.
See Also
 | Prior property (TreeBagger) | | ProbDistKernel class |  |
Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
Get the Interactive Kit