Create probability distribution object
creates
a probability distribution object with one or more distribution parameter
values specified by name-value pair arguments.pd
= makedist(distname
,Name,Value
)
returns
a cell array list
= makedistlist
containing a list of the probability
distributions that makedist
can create.
makedist -reset
resets the list of distributions by searching the path
for files contained in a package named prob
and
implementing classes derived from ProbabilityDistribution
.
Use this syntax after you define a custom distribution function. For details, see Define Custom Distributions Using the Distribution Fitter App.
The Distribution Fitter app opens a graphical user interface
for you to import data from the workspace and interactively fit a probability distribution to
that data. You can then save the distribution to the workspace as a probability distribution
object. Open the Distribution Fitter app using distributionFitter
, or click Distribution Fitter on the Apps tab.