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