functionPDF_IrwinHall
A random number with Irwin-Hall distribution (sum of uniform variables)
Extends from Noise.Utilities.Interfaces.PDF (The basic interface for a probability density function).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.SIunits.Time | instance (from InputOutput) | The current time for an arithmetic random number generator | |
| Integer | states_in (from InputOutput) | The discrete states for a recursive random number generator | |
| Real | interval | {0, 1} | The interval from which the uniformly distributed random number is generated |
| Integer | n | 1 | The number of samples used for summation |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | rand (from InputOutput) | The random number with a uniform distribution on the interval [1,0] | |
| Integer | states_out (from InputOutput) | The new states of a recursive random number generator |
Revisions
Developed 2014 at the DLR Institute of System Dynamics and Control