.Noise.PDF.PDF_Bates

Information

A random number with Bates distribution (mean of uniform variables)

Interface

function PDF_Bates
  extends Noise.Utilities.Interfaces.PDF;
  input Real[2] interval = {0, 1} "The interval from which the uniformly distributed random number is generated" annotation(
    Dialog);
  input Integer n = 1 "The number of samples used for averaging" annotation(
    Dialog);
end PDF_Bates;

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