|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RandomVariable | |
---|---|
edu.uah.math.devices | |
edu.uah.math.experiments |
Uses of RandomVariable in edu.uah.math.devices |
---|
Methods in edu.uah.math.devices that return RandomVariable | |
---|---|
RandomVariable |
RandomVariableTable.getRandomVariable()
This method returns the random variable. |
RandomVariable |
RandomVariableGraph.getRandomVariable()
This method returns the random variable associated with the graph. |
Methods in edu.uah.math.devices with parameters of type RandomVariable | |
---|---|
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 |
RandomVariableTable.setRandomVariable(RandomVariable rv)
This method sets the random variable. |
void |
RandomVariableGraph.setRandomVariable(RandomVariable rv)
This method specifies the random variable and sets up graph paramters. |
Constructors in edu.uah.math.devices with parameters of type RandomVariable | |
---|---|
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. |
Uses of RandomVariable in edu.uah.math.experiments |
---|
Methods in edu.uah.math.experiments with parameters of type RandomVariable | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |