functionPDF_CauchyLorentz
A random number with Cauchy-Lorentz distribution
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 | mu | 0 | The expectation (mean) value of the distribution |
| Real | gamma | 1 | The standard deviation of the normal distribution |
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