Class: RandomVariable::Rayleigh

Inherits:
Object
  • Object
show all
Defined in:
lib/distros.rb

Class Method Summary collapse

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