public final class SynthUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.math3.distribution.LogNormalDistribution |
getLogNormalDist(org.apache.commons.math3.random.JDKRandomGenerator rand,
double mean,
double stdDev) |
static org.apache.commons.math3.distribution.NormalDistribution |
getNormalDist(org.apache.commons.math3.random.JDKRandomGenerator rand,
double average,
double stdDev) |
static int |
getWeighted(Collection<Double> weights,
Random rr) |
public static int getWeighted(Collection<Double> weights, Random rr)
public static org.apache.commons.math3.distribution.NormalDistribution getNormalDist(org.apache.commons.math3.random.JDKRandomGenerator rand,
double average,
double stdDev)
public static org.apache.commons.math3.distribution.LogNormalDistribution getLogNormalDist(org.apache.commons.math3.random.JDKRandomGenerator rand,
double mean,
double stdDev)
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.