Class resample.RVRandomProcess
All Packages Class Hierarchy This Package Previous Next Index
Class resample.RVRandomProcess
java.lang.Object
|
+----resample.RVRandomProcess
- public class RVRandomProcess
- extends Object
RVRandomProcess
this class enables the user to define special random processes as subclasses
which can be used to initialize the whole resample vector or a part of it.
Predefined subclasses are:
RVRandomUniformIntProcess (creates uniform integer distribution)
RVRandomUniformDoubleProcess (creates uniform double distribution)
RVRandomNormalProcess (creates normal (Gaussian) distribution)
-
RVRandomProcess()
-
-
RVRandomProcess(int, int)
-
-
nextNumber()
- Returns the next random number.
RVRandomProcess
public RVRandomProcess(int min,
int max)
RVRandomProcess
public RVRandomProcess()
nextNumber
public abstract double nextNumber()
- Returns the next random number.
It has to be implemented by any subclass.
The return-type has to be double even if
a subclass calculates only integer values
as the result is used for a resample-vector-element
All Packages Class Hierarchy This Package Previous Next Index