.Noise.PDF.PDF_IrwinHall

A random number with Irwin-Hall distribution (sum of uniform variables)

Interface

function PDF_IrwinHall
  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 summation" annotation(
    Dialog);
end PDF_IrwinHall;

Revisions

Developed 2014 at the DLR Institute of System Dynamics and Control


Generated at 2025-05-19T18:20:42Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos