Median of the probability distribution, returned as a scalar value. The
value of m is the 50th percentile of the probability
distribution.
Extended Capabilities
C/C++ Code Generation Generate C and C++ code using MATLAB® Coder™.
Usage notes and limitations:
The input argument pd can be a fitted
probability distribution object for beta, exponential, extreme value, lognormal, normal, and
Weibull distributions. Create pd by fitting a probability distribution to
sample data from the fitdist function. For an example, see Code Generation for Probability Distribution Objects.