Difference between revisions of "Rayleigh"

m (adding doc status category)
Line 1: Line 1:
[[category:Distribution Functions]]
+
[[Category:Distribution Functions]]
 +
[[Category: Distribution Variations library functions]]
 +
 
 
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
 
[[Category:Doc Status C]] <!-- For Lumina use, do not change -->
 
   
 
   
= Rayleigh(mode) =
+
== Rayleigh(mode) ==
  
 
The Rayleigh distribution results when you have two orthogonal components that are each normally distributed, such as might be the case with Wind Speed.  The length of the vector itself will then have a Rayleigh distribution.
 
The Rayleigh distribution results when you have two orthogonal components that are each normally distributed, such as might be the case with Wind Speed.  The length of the vector itself will then have a Rayleigh distribution.
  
The Rayleigh is a special case of the [[Weibull]] distribution -- [[Weibull]](2,sqrt(2)*mode).  It also coincides with [[ChiSquared|Chi-Squared]], conditional exponential, and the Rice distributions.
+
The Rayleigh is a special case of the [[Weibull]] distribution -- <code>Weibull(2, sqrt(2)*mode)</code>.  It also coincides with [[ChiSquared|Chi-Squared]], conditional exponential, and the Rice distributions.
  
= Library =
+
== Library ==
 +
Distribution Variations.ana
  
Distribution Variations.ana
+
==See Also==
 +
* [[Weibull]]
 +
* [[ChiSquared]]
 +
* [[Distribution Densities Library]]

Revision as of 01:35, 23 February 2016


Rayleigh(mode)

The Rayleigh distribution results when you have two orthogonal components that are each normally distributed, such as might be the case with Wind Speed. The length of the vector itself will then have a Rayleigh distribution.

The Rayleigh is a special case of the Weibull distribution -- Weibull(2, sqrt(2)*mode). It also coincides with Chi-Squared, conditional exponential, and the Rice distributions.

Library

Distribution Variations.ana

See Also

Comments


You are not allowed to post comments.