public class ConstantDistribution extends Distribution
Constructor and Description |
---|
ConstantDistribution(double value)
Create a Constant distribution with given value
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
double |
getValue() |
int |
hashCode() |
void |
setValue(double value) |
String |
toString() |
clone
Copyright © 2018. All rights reserved.