function PDF_Weibull
extends Noise.Utilities.Interfaces.PDF;
input Real lambda(min = 0) = 1 "The scale parameter of the distribution" annotation(
Dialog);
input Real k(min = 0) = 1 "The shape parameter of the normal distribution" annotation(
Dialog);
end PDF_Weibull;
Developed 2014 at the DLR Institute of System Dynamics and Control