Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea52028 + 934b6d6 commit a02f5c8Copy full SHA for a02f5c8
1 file changed
numpy/random/mtrand/mtrand.pyx
@@ -3324,10 +3324,10 @@ cdef class RandomState:
3324
3325
.. math:: P(x;scale) = \\frac{x}{scale^2}e^{\\frac{-x^2}{2 \\cdotp scale^2}}
3326
3327
- The Rayleigh distribution arises if the wind speed and wind direction are
3328
- both gaussian variables, then the vector wind velocity forms a Rayleigh
3329
- distribution. The Rayleigh distribution is used to model the expected
3330
- output from wind turbines.
+ The Rayleigh distribution would arise, for example, if the East
+ and North components of the wind velocity had identical zero-mean
+ Gaussian distributions. Then the wind speed would have a Rayleigh
+ distribution.
3331
3332
References
3333
----------
0 commit comments