public abstract class RandomDistribution<T> extends TechnicalDomainObject
DomainObject.DomainObjectKeyComparator<K extends Serializable & Comparable<K>>| Constructor and Description |
|---|
RandomDistribution() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
createLogNormalDistribution(Class<T> valueType,
Double location,
Double shape) |
static RandomDistribution<Double> |
createLogNormalDistribution(Double location,
Double shape) |
static <T extends Number> |
createNormalDistribution(Class<T> valueType,
Double mean,
Double std) |
static RandomDistribution<Double> |
createNormalDistribution(Double mean,
Double std) |
static <T extends Number> |
createPositiveNormalDistribution(Class<T> valueType,
Double location,
Double shape) |
static RandomDistribution<Double> |
createPositiveNormalDistribution(Double location,
Double shape) |
abstract RandomDistributionType |
getType() |
abstract Class<T> |
getValueType() |
getId, getKey, getVersion, setId, setKey, setVersioncopyFrom, equals, hashCode, toStringpublic abstract RandomDistributionType getType()
public static RandomDistribution<Double> createNormalDistribution(Double mean, Double std)
public static RandomDistribution<Double> createLogNormalDistribution(Double location, Double shape)
public static RandomDistribution<Double> createPositiveNormalDistribution(Double location, Double shape)
public static <T extends Number> RandomDistribution<T> createNormalDistribution(Class<T> valueType, Double mean, Double std)
public static <T extends Number> RandomDistribution<T> createLogNormalDistribution(Class<T> valueType, Double location, Double shape)
public static <T extends Number> RandomDistribution<T> createPositiveNormalDistribution(Class<T> valueType, Double location, Double shape)
Copyright © 2019. All Rights Reserved.