.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 2026-06-12T20:26:55Z by OpenModelicaOpenModelica 1.26.8 using GenerateDoc.mos