public final class NormalDistributionParameters
extends java.lang.Object
| Constructor and Description |
|---|
NormalDistributionParameters(double mu,
double sigma) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
org.apache.commons.math3.distribution.EnumeratedIntegerDistribution |
truncatedDistribution(org.apache.commons.math3.random.RandomGenerator random,
int from,
int to)
Both boundaries are inclusive.
|
public NormalDistributionParameters(double mu,
double sigma)
public org.apache.commons.math3.distribution.EnumeratedIntegerDistribution truncatedDistribution(org.apache.commons.math3.random.RandomGenerator random,
int from,
int to)
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object