| Package | Description |
|---|---|
| edu.uah.math.devices |
| Modifier and Type | Method and Description |
|---|---|
void |
DiceDistributionGraph.setParameters(RandomVariable v,
DieDistribution d)
This method sets the random variable (which includes the true and data
distributions) and the test distribution.
|
| Constructor and Description |
|---|
DiceDistributionGraph(RandomVariable v,
DieDistribution d)
This general constructor creates a new graph with a specified random variable
(which includes the true and data distributions), and a specified hypothesized
distribution.
|