| Package | Description |
|---|---|
| com.banda.math.domain.rand |
| Modifier and Type | Method and Description |
|---|---|
RandomDistributionType |
UniformDiscreteDistribution.getType() |
RandomDistributionType |
CompositeDistribution.getType() |
RandomDistributionType |
RepeatedDistribution.getType() |
RandomDistributionType |
DiscreteDistribution.getType() |
RandomDistributionType |
BooleanDensityUniformDistribution.getType() |
RandomDistributionType |
ShapeLocationDistribution.getType() |
RandomDistributionType |
UniformDistribution.getType() |
abstract RandomDistributionType |
RandomDistribution.getType() |
static RandomDistributionType |
RandomDistributionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RandomDistributionType[] |
RandomDistributionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BooleanDensityUniformDistribution.setType(RandomDistributionType type) |
protected void |
ShapeLocationDistribution.setType(RandomDistributionType type) |
| Constructor and Description |
|---|
ShapeLocationDistribution(RandomDistributionType type) |
ShapeLocationDistribution(RandomDistributionType type,
Double location,
Double shape) |
ShapeLocationDistribution(RandomDistributionType type,
Double location,
Double shape,
Class<T> valueType) |
Copyright © 2019. All Rights Reserved.