WOLFRAM SYSTEM MODELER
WeibullDensityCalculates the density of a Weibull distribution |
|
SystemModel["Modelica.Blocks.Examples.NoiseExamples.Utilities.WeibullDensity"]

This information is part of the Modelica Standard Library maintained by the Modelica Association.
This block determines the probability density y of a Weibull distribution for the given input signal u (for details of this density function see Math.Distributions.Weibull.density).
This block is demonstrated in the example Examples.NoiseExamples.Densities .
| lambda |
Value: Type: Real Description: Scale parameter of the Weibull distribution |
|---|---|
| k |
Value: Type: Real Description: Shape parameter of the Weibull distribution |
| u |
Type: RealInput Description: Real input signal |
|
|---|---|---|
| y |
Type: RealOutput Description: Density of the input signal according to the Weibull probability density function |
|
Modelica.Blocks.Examples.NoiseExamples Demonstrates how to compute distribution densities (= Probability Density Function) |
| Date | Description | ||
|---|---|---|---|
| June 22, 2015 |
|