Class: RandomVariable::Rayleigh

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

Class Method Summary collapse

Methods inherited from Generic

#initialize

Methods included from Sampleable

#outcome, #outcomes

Constructor Details

This class inherits a constructor from RandomVariable::Generic

Class Method Details

.new(sigma) ⇒ Object

create a new Rayleigh Random Variable with parameter sigma



115
116
117
# File 'lib/distros.rb', line 115

def self.new(sigma)
	intern_new(sigma)
end