public class Distributions extends Object
| Constructor and Description |
|---|
Distributions() |
| Modifier and Type | Method and Description |
|---|---|
static double |
logNormalDistribution(double sigma,
double x)
Use this function instead of Math.log(normalDistribution(sigma, x)) to avoid an
arithmetic underflow for very small probabilities.
|
Copyright © 2012–2020. All rights reserved.