Class | Description |
---|---|
Ball |
This class models a ball that has a specified ball color, text color, size, value, and state.
|
BallotGraph |
This class shows the graph of the random walk in the ballot experiment.
|
BertrandFloor |
This class models the floor in Betrand's experiment.
|
BetaGraph |
This class is a graph that shows a prior and posterior beta density.
|
BivariateScatterPlot |
This class models a scatterplot for a bivariate distribution.
|
Card |
This class models a playing card from a standard deck.
|
CardHand |
This class is a container that holds cards.
|
CellGrid |
This class models the cell grid used in the Coupon Collector Experiment.
|
Coin |
This class defines a coin with specified colors, value, and probability
of heads.
|
CoinBox |
This class is a container that holds coins.
|
CoinFloor |
This class models the floor in Buffon's coin experiment.
|
CoinScatter |
This class models the scatterplot for Buffon's coin experiment.
|
CoinTossLLNGraph |
This class shows the graph of the random walk in the CoinToss LLN Experiment.
|
CriticalGraph |
This class defines a graph used in interval estimation and hypothesis testing experiments.
|
DataTable |
This class models a simple data table.
|
DiceBoard |
This class is a container that holds dice.
|
DiceDistributionGraph |
This class is a special graph that shows a true die distribution, a hypothesized die distribution
and a data distribution, for use in a goodness of fit test.
|
Die |
This class models a standard, 6-sided die with specified colors and probabilities.
|
DieProbabilityDialog |
This class is a special dialog box for entering die probabilities.
|
DistributionGraph |
This class defines a basic graph for displaying the probability density function or
cumulative distribution function of a distribution.
|
Door |
This class defines a door that can be opened or closed.
|
ErrorGraph |
This class defines a special graph used in conjunction with an interactive histogram.
|
EstimateGraph |
This class models a basic graph for showing the true and estimated values of a positive
parameter.
|
Forest |
This class models a forest as a rectangular lattice of trees.
|
GaltonBoard |
This class is a simple model of the classical Galton board.
|
Graph |
This class defines a basic two-dimensional graph to be sub-classed.
|
Histogram |
This class is a basic graph for displaying the density and moments for a specified
interval data set.
|
InteractiveHistogram |
This class models an interactive histogram.
|
MeanEstimateGraph |
This class defines a special graph used in the mean estimation experiment.
|
MeanTestGraph |
This class defines a special graph used in the hypothesis testing experiment
for the mean in the standard normal model.
|
MedianGraph |
This is a special graph used in the sign test experiment.
|
NeedleFloor |
This class models the floor in Buffon's needle experiment, and shows the ruled
floor and the needle.
|
NeedleScatter |
This class models the scatterplot for Buffon's needle experiment.
|
Parameter |
This class consists of a slider and a label, and is intended for adjusting
the value of a real parameter.
|
ProbabilityDialog |
This class gives is a probability dialog box that allows the user to specify a
probability distribution on a finite set of values.
|
ProbabilityPlot |
This class models the probability plot in the probability plot
experiment.
|
QuantileGraph |
This class shows the density function or cumulative distribution function of
a specified distribuiton.
|
QuantileTable |
This class defines a table for displaying a set of quantiles from a
specified distribution.
|
RandomVariableGraph |
This class defines a basic graph for displaying the distribution
density and moments, and the data density and moments for a specified
random variable.
|
RandomVariableTable |
This class defines a basic table for displaying the distribution and moments
and the empirical distribution and moments for a specified random variable.
|
RandomWalkGraph |
This class models the graph of the simple ranodom walk on a specified
interval of the form [0, n].
|
RecordTable |
This class defines a basic table for displaying the results of a random experiment.
|
RedBlackGraph |
This is a specialized graph used in the red-black experiment.
|
RouletteWheel |
This class models the standard American roulette wheel.
|
SampleTable |
This class simple table for displaying the values from a statistical sample.
|
ScatterPlot |
This class defines a basic two-dimensional scatterplot that can be sub-classed.
|
SOCR_MixtureDistributionParametersDialog |
This class is a special dialog box for entering (mean,SD, weight) parameters for the SOCR Mixture of Normals
distribution.
|
SOCR_MultiNomialDistributionParametersDialog |
This class is a special dialog box for entering the event-probabilities and x-values for each Outcome
(parameter-vectors) for the SOCR edu.ucla.stat.SOCR.distributions.MultiNomialDistribution distribution.
|
Spinner |
This class models a simple spinner.
|
StatisticsTable |
This class defines a simple table that displays values from a distribution,
a data set, or both.
|
Stick |
This class models a stick of unit length that can be broken in two pieces.
|
Timeline |
This class defines a simple timeline for displaying random points in time.
|
TransitionMatrixDialog |
This class gives a tansition matrix dialog box that allows the user to specify the
transition probabilities for a Markov chain.
|
TriangleScatter |
This class defines the specialized scatterplot for the triangle experiment.
|
Urn |
This class is a container (actually a panel) that holds balls.
|
UrnChain |
This class models a Markov chain with states represented by ball objects.
|
UserScatterPlot |
This class models an interactive scatterplot.
|
VarianceEstimateGraph |
This class defines a special graph used in the interval estimate experiment for
the variance.
|
VarianceTestGraph |
This class models a special graph used in the hypothesis testing experiment for
the variance in the standard normal model.
|
Voters |
This class models a rectangular array of voters (a metaphor for a site that can be
in one of several states.
|