Class: RandomVariable::Rayleigh
- Inherits:
-
Object
- Object
- RandomVariable::Rayleigh
- Defined in:
- lib/distros.rb
Class Method Summary collapse
-
.new(sigma) ⇒ Object
create a new Rayleigh Random Variable with parameter
sigma.
Class Method Details
.new(sigma) ⇒ Object
create a new Rayleigh Random Variable with parameter sigma
92 93 94 |
# File 'lib/distros.rb', line 92 def self.new(sigma) intern_new(sigma) end |