WOLFRAM SYSTEM MODELER
UniformDensityCalculates the density of a uniform distribution |
SystemModel["Modelica.Blocks.Examples.Noise.Utilities.UniformDensity"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
This block determines the probability density y of a uniform distribution for the given input signal u (for details of this density function see Math.Distributions.Uniform.density).
This block is demonstrated in the example Examples.Noise.Densities .
u_min |
Value: Type: Real Description: Lower limit of u |
---|---|
u_max |
Value: Type: Real Description: Upper limit of u |
u |
Type: RealInput Description: Real input signal |
|
---|---|---|
y |
Type: RealOutput Description: Density of the input signal according to the uniform probability density function |
Modelica.Blocks.Examples.Noise Demonstrates how to compute distribution densities (= Probability Density Function) |
Date | Description | ||
---|---|---|---|
June 22, 2015 |
|