Class: RandomVariable::Rademacher

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

.newObject

 create a new Rademacher Random Variable



107
108
109
# File 'lib/distros.rb', line 107

def self.new
	intern_new
end