public class NormalDistributionUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static double |
cumulativeProbability(double x) |
static double |
probability(double x) |
static double |
probability(double mean,
double stdev,
double x) |
Copyright © 2014. All Rights Reserved.