Develop an algorithm to generate random numbers from the
Rayleigh distribution whose density function is f(x) = (x /σ^2 )e
^−x^2/(2σ ^2 ) , x > 0, where σ is a positive parameter.
Generate 10000 numbers from the Rayleigh distribution with σ =
2. Plot the ecdf of the sample and the true cdf. (we should use
R-Software to calculate)
Develop an algorithm to generate random numbers from the Rayleigh distribution whose density function is f(x) = (x /σ^2
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am