public final class NormalDistributionParameters extends Object
| Constructor and Description |
|---|
NormalDistributionParameters(double mu,
double sigma) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
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)
Copyright © 2017. All rights reserved.