Package | Description |
---|---|
edu.uah.math.devices | |
edu.uah.math.experiments |
Modifier and Type | Method and Description |
---|---|
RandomVariable |
RandomVariableGraph.getRandomVariable()
This method returns the random variable associated with the graph.
|
RandomVariable |
RandomVariableTable.getRandomVariable()
This method returns the random variable.
|
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.
|
void |
RandomVariableGraph.setRandomVariable(RandomVariable rv)
This method specifies the random variable and sets up graph paramters.
|
void |
RandomVariableTable.setRandomVariable(RandomVariable rv)
This method sets the random variable.
|
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.
|
MeanEstimateGraph(RandomVariable v)
This general constructor creates a new mean estimate graph with a specified random
variable.
|
MeanTestGraph(RandomVariable v,
double tm)
This general constructor creates a new mean test graph with a specified
random variable and a specified test mean.
|
MedianGraph(RandomVariable v,
double m)
This general constructor creates a new median graph with a specified random
variable and a specified test median.
|
RandomVariableGraph(RandomVariable rv)
This general constructor creates a new random varaible graph with a
specified random variable.
|
RandomVariableTable(RandomVariable rv)
This general constructor creates a new random variable table with a
specified random variable.
|
VarianceEstimateGraph(RandomVariable v)
This general constructor creates a new variance estimate graph corresponding to a
specified sampling random variable.
|
VarianceTestGraph(RandomVariable v,
double t)
This general constructor creates a new variance test graph with a specified random
variable and a specified test standard deviation.
|
Modifier and Type | Method and Description |
---|---|
void |
EstimateExperiment.init(RandomVariable rv)
This method initializes the experiment, including the toolbar with the sample
size scroll and label, the random variable graph and table, and the statistics table.
|