| Contents | Index |
Object representing probability distribution
ProbDist is an abstract class representing a probability distribution.
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.
| cdf | Return cumulative distribution function (CDF) for ProbDist object |
| Return probability density function (PDF) for ProbDist object | |
| random | Generate random number drawn from ProbDist object |
| 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 |
Value. To learn how this affects your use of the class, see Copying Objects in the MATLAB Programming Fundamentals documentation.
fitdist | ProbDistKernel | ProbDistParametric | ProbDistUnivKernel | ProbDistUnivKernel | ProbDistUnivParam | ProbDistUnivParam
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |