Plot results of calling functions from
Modelica.Math.Distributions.Weibull,
i.e. Weibull.density()
, Weibull.cumulative()
and Weibull.quantile()
, each for the same arguments.
function weibull extends Modelica.Icons.Function; import Modelica.Math.Distributions.Weibull; input Integer nPoints(min = 2) = 1000 "Number of evaluation points"; end weibull;