de.jstacs.utils.random
Class ErlangMRGParams
java.lang.Object
de.jstacs.utils.random.MRGParams
de.jstacs.utils.random.ErlangMRGParams
public class ErlangMRGParams
- extends MRGParams
The container for paramater of a Erlang random generator.
- Author:
- Jens Keilwagen
- See Also:
MRGParams
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErlangMRGParams
public ErlangMRGParams(int alpha,
int n)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
ErlangMRGParams
public ErlangMRGParams(int[] alpha)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
getDimension
public int getDimension()
getHyperparameter
public int getHyperparameter(int i)
getSumOfHyperparameter
public int getSumOfHyperparameter()