.Noise.PDF.PDF_BoxMuller

Information

A random number with approximate normal distribution using the BoxMuller method

Interface

function PDF_BoxMuller
  extends Noise.Utilities.Interfaces.PDF;
  input Real mu = 0 "The expectation (mean) value of the normal distribution" annotation(
    Dialog);
  input Real sigma = 1 "The standard deviation of the normal distribution" annotation(
    Dialog);
end PDF_BoxMuller;

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