| Class | Description |
|---|---|
| BallotExperiment |
This class implements the classical ballot experiment: the winner has a specified number of
votes and the loser has a specified, smaller number of votes.
|
| BertrandExperiment |
Betrand's experiment is to create a random chord on the unit circle and see if the
lenght of this chord is longer thant the length of a side of the inscribed triangle.
|
| BetaCoinExperiment |
This class models the beta coin experiment.
|
| BetaEstimateExperiment |
This class models the point estimation problem of the beta distribution.
|
| BinomialCoinExperiment |
This experiment consists of tossing n coins, each with probability of heads p.
|
| BinomialTimelineExperiment |
This class implements the binomial experiment.
|
| BirthdayExperiment |
This class models the birthday experiment: a sample of a specified
size is chosen with replacement from a population of a specified size.
|
| BivariateNormalExperiment |
This experiment generates a point (X, Y) from a bivariate normal distribution with
mean (0, 0).
|
| BivariateUniformExperiment |
This class models a bivariate uniform experiment.
|
| BuffonCoinExperiment |
Buffon's coin experiment consists of tossing a coin on a floor covered in
square tiles.
|
| BuffonNeedleExperiment |
Buffon's needle experiment consists of dropping a needle on a wooden floor.
|
| CardExperiment |
The card experiment consists of drawing a sample of cards, without replacement,
form a standard deck.
|
| ChiSquareFitExperiment |
This class models a chi-square Goodness of fit experiment in terms of dice.
|
| ChuckALuckExperiment |
This class models the classic chuck-a-luck experiment that consists of rolling three dice.
|
| CoinDieExperiment |
The coin-die experiment consists of tossing a coin, and then rolling one of
two dice, depending on the value of the coin.
|
| CoinSampleExperiment |
This class models a basic experiment that tosses n coins, generating a random sample from the
Bernoulli distribution.
|
| CoinTossLawOfLargeNumbersExperiment |
This experiment consists of tossing n coins, each with probability of heads p.
|
| CouponCollectorExperiment |
The coupon collector experiment consists of selecting a sampling, with
replacement from a finite population.
|
| CrapsExperiment |
This class simulates the basic casino craps game.
|
| DiceExperiment |
This class models a basic experiment that consists of rolling n dice.
|
| DiceSampleExperiment |
This class models a simple experiment that consists of rolling n dice, thus sampling
from the underlying die distribution.
|
| DieCoinExperiment |
The die-coin experiment consists of rolling a die, and then tossing a coin
the number of times shown on the die.
|
| EstimateExperiment |
This class defines a basic experiment to illustrate point estimates of a parameter.
|
| Experiment |
This class defines a basic, discrete time stochastic process that can be subclassed.
|
| ExponentialTimesCarExperiment |
This class models the Times between Cars driving on a highway.
|
| FiniteOrderStatisticExperiment |
This class models the experiment of selecting a sample of a specified size (without
replacement) from from the population 1, 2, ..., m.
|
| FireExperiment |
This class models the fire experiment.
|
| GaltonBoardExperiment |
This class models the classical Galton board experiment, illustrating the
binomial distribution.
|
| Game |
This class defines a basic shell for an interactive exploration.
|
| GammaEstimateExperiment |
This class models the point estimation exerpiment for the gamma distribution.
|
| GammaExperiment |
This class models the gamma distribution in terms of the arrival times of a
Poisson process.
|
| LLN_SimpleExperiment |
This experiment consists of tossing n coins, each with probability of heads p.
|
| MarkovChainExperiment |
This class models a basic Markov chain with state space {0, 1, ..., n}.
|
| MatchExperiment |
This class models the matching experiment.
|
| MeanEstimateExperiment |
This class models the interval estimation experiment in the standard normal model.
|
| MeanTestExperiment |
This class models the hypothesis test experiment in the standard normal model.
|
| MontyHallExperiment |
This class models the famous Monty Hall experiment.
|
| NegativeBinomialExperiment |
This class models the negative binomial experiment; the random variable
of interest is the number of trials until a specified number of successes.
|
| NormalEstimateExperiment |
This class models the point estimation problem associated with the normal distribution.
|
| OrderStatisticExperiment |
This experiment illustrates the distribution of the order statistic corresponding to a specified
distribution and a specified order.
|
| ParetoEstimateExperiment |
This class models the point estimation problem of the Pareto distribution.
|
| PointExperiment |
This class models the famous problem of points experiment.
|
| Poisson2DExperiment |
This class models the 2 dimensional Poisson process.
|
| PoissonExperiment |
This class models the number of arrivals in an interval of a specified size
for the Poisson process with a specified rate.
|
| PoissonSplitExperiment |
This class models the two-type Poisson experiment.
|
| PokerDiceExperiment |
The poker dice exeperiment consists of rolling 5 dice.
|
| PokerExperiment |
This class models the experiment of dealing a standard 5-card poker hand.
|
| ProbabilityPlotExperiment |
This class models the probability plot experiment.
|
| ProportionEstimateExperiment |
This class models the experiment of estimating the probability of success in the
Bernoulli trials model.
|
| ProportionTestExperiment |
This class models the hypothesis testing experiment for the probability of success in the
Bernoulli trials model.
|
| QuantileApplet |
This applet displays the density function or cumulative distribution function
for a variety of distributions.
|
| RandomVariableExperiment |
This is a basic experiment for simulating the values from a number of
distributions.
|
| RandomWalkExperiment |
This class models the simple random walk on the time interval [0, 2n].
|
| RedBlackExperiment |
This class models the red and black experiment.
|
| RouletteExperiment |
This class models the casino roulette experiment.
|
| SampleMeanExperiment |
This class models the sample mean experiment.
|
| SamplingDistributionExperiment |
A Sampling Distribution and CLT Experiment
|
| SignTestExperiment |
This class models the sign test experiment.
|
| SpinnerExperiment |
This experiment spins a spinner (the number of divisions is specified by the
user) and records the value of each spin.
|
| TriangleExperiment |
The triangle experiment is to break a stick at random and see if the pieces form
an acute triangle, an obtuse triangle, or no triangle at all.
|
| Uniform_E_EstimateExperiment |
This class models the point estimation problem associated with the Uniform distribuiton
on the interval [0, 1].
|
| UniformEstimateExperiment |
This class models the point estimation problem associated with the uniform distribuiton
on the interval [0, a].
|
| UrnExperiment |
This class defines a basic experiment based on drawing balls from an urn.
|
| VarianceEstimateExperiment |
The experiment is to select a random sample of size n from a specified distribution,
and then to construct an approximate confidence interval for the standard deviation at a
specified confidence level.
|
| VarianceTestExperiment |
This class models the hypothesis testing experiment for the variance in the standard normal
model.
|
| VoterExperiment |
This class models the voter experiment.
|