Package | Description |
---|---|
edu.ucla.stat.SOCR.experiments | |
edu.ucla.stat.SOCR.util |
Constructor and Description |
---|
EstimateExperiment(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.
|
Modifier and Type | Method and Description |
---|---|
RandomVariable |
RandomVariableGraph.getRandomVariable()
This method returns the random variable associated with the graph.
|
Modifier and Type | Method and Description |
---|---|
void |
DiceDistributionGraph.setParameters(RandomVariable rv,
DieDistribution dist) |
void |
RandomVariableGraph.setRandomVariable(RandomVariable rv)
This method assigns the random variable and sets up graph paramters
|
void |
RandomVariableTable.setRandomVariable(RandomVariable rv)
Set the random variable
|
Constructor and Description |
---|
CriticalGraph(RandomVariable v)
This general constructor creates a new random variable graph with a specified random
variable.
|
DiceDistributionGraph(RandomVariable rv,
DieDistribution dist) |
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 v)
Constructor
|
VarianceEstimateGraph(RandomVariable v)
This general constructor creates a new variance estimate graph corresponding to a
specified random variable.
|
VarianceTestGraph(RandomVariable v,
double t)
This general constructor creates a ndw variance test graph with a specified random
variable and a specified test standard deviation.
|