| Package | Description |
|---|---|
| com.banda.math.domain.rand |
| Modifier and Type | Method and Description |
|---|---|
CompositeDistribution.CompositeFunction |
CompositeDistribution.getFunction() |
static CompositeDistribution.CompositeFunction |
CompositeDistribution.CompositeFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompositeDistribution.CompositeFunction[] |
CompositeDistribution.CompositeFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeDistribution.setFunction(CompositeDistribution.CompositeFunction function) |
| Constructor and Description |
|---|
CompositeDistribution(RandomDistribution<T> distribution1,
RandomDistribution<T> distribution2,
CompositeDistribution.CompositeFunction function) |
Copyright © 2019. All Rights Reserved.