Create probability distribution object
creates
a probability distribution object for the distribution pd
= makedist(distname
)distname
,
using the default parameter values.
Use makedist
to specify uniform, normal,
multinomial, piecewise linear, or triangular distribution objects.
If you have Statistics and Machine Learning Toolbox™ software, you can use makedist
to
create objects for other distributions, such as the Gamma or Weibull
distributions. For more information, see makedist
(Statistics and Machine Learning Toolbox).
To truncate the probability distribution to a specified interval, use truncate
(Statistics and Machine Learning Toolbox).
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.
sdo.ParameterSpace
| truncate
(Statistics and Machine Learning Toolbox)