WOLFRAM SYSTEM MODELER
DensitiesDemonstrates how to compute distribution densities (= Probability Density Function) |
SystemModel["Modelica.Blocks.Examples.Noise.Densities"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
This example demonstrates how to compute the probability density functions (pdfs) of various distributions. In the following diagram simulations results for the uniform, normal, and Weibull distribution are shown. The outputs of the blocks are the pdfs that are plotted over one of the inputs:
uniformDensity_y |
Default Value: uniformDensity.y Type: Real |
---|---|
normalDensity_y |
Default Value: normalDensity.y Type: Real |
weibullDensity_y |
Default Value: weibullDensity.y Type: Real |
uniformDensity |
Type: UniformDensity Description: Calculates the density of a uniform distribution |
|
---|---|---|
clock |
Type: ContinuousClock Description: Generate current time signal |
|
const |
Type: Constant Description: Generate constant signal of type Real |
|
add |
Type: Add Description: Output the sum of the two inputs |
|
normalDensity |
Type: NormalDensity Description: Calculates the density of a normal distribution |
|
weibullDensity |
Type: WeibullDensity Description: Calculates the density of a Weibull distribution |
Date | Description | ||
---|---|---|---|
June 22, 2015 |
|