public final class SynthUtils
extends java.lang.Object
| Modifier and Type | Method | 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(java.util.Collection<java.lang.Double> weights,
java.util.Random rr) |
public static int getWeighted(java.util.Collection<java.lang.Double> weights,
java.util.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–2025 Apache Software Foundation. All rights reserved.