.Noise.PDF.PDF_Weibull

A random number with Weibull distribution

Interface

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;

Revisions

Developed 2014 at the DLR Institute of System Dynamics and Control


Generated at 2025-07-12T18:21:06Z by OpenModelicaOpenModelica 1.25.1 using GenerateDoc.mos