Package examples.montecarlo
Class RatioOfUniforms
- java.lang.Object
-
- examples.montecarlo.RatioOfUniforms
-
public class RatioOfUniforms extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RatioOfUniforms.Example88
-
Constructor Summary
Constructors Constructor Description RatioOfUniforms(double umax, double vmin, double vmax, FunctionIfc f)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getValue()
static void
main(java.lang.String[] args)
-
-
-
Field Detail
-
uCDF
protected UniformRV uCDF
-
vCDF
protected UniformRV vCDF
-
r
protected FunctionIfc r
-
-
Constructor Detail
-
RatioOfUniforms
public RatioOfUniforms(double umax, double vmin, double vmax, FunctionIfc f)
-
-