.Noise.PDF.PDF_Weibull

Information

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 2024-07-26T18:16:02Z by OpenModelicaOpenModelica 1.23.1 using GenerateDoc.mos