Class: RandomVariable::F
Class Method Summary collapse
-
.new(d1, d2) ⇒ Object
create a new F Random Variable with parameters
d1
andd2
.
Methods inherited from Generic
Methods included from Sampleable
Constructor Details
This class inherits a constructor from RandomVariable::Generic
Class Method Details
.new(d1, d2) ⇒ Object
create a new F Random Variable with parameters d1
and d2
76 77 78 |
# File 'lib/distros.rb', line 76 def self.new(d1, d2) intern_new(d1, d2) end |