| 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: 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 |
Basic coin-tossing experiment that illustrates the binomial distribution
|
| BinomialTimelineExperiment | |
| BirthdayExperiment |
The Birthday Experiment consists of selecting a sample of a specified size,
with replacement, from a population of a specified size.
|
| BivariateNormalExperiment |
This class models the Bivariate Normal Experiment
|
| 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 | |
| ChuckALuckExperiment |
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 |
A basic experiment that tosses n coins, generating a random sample from the
Bernoulli distribution
|
| ConfidenceIntervalExperimentGeneral | |
| ConfidenceIntervalExperimentSimple | |
| CouponCollectorExperiment |
The coupon collector experiment consists of selecting a sampling, with
replacement from a finite population.
|
| CrapsExperiment |
The basic casino craps game
|
| DiceExperiment |
A basic experiment that consists of rolling n dice.
|
| DiceSampleExperiment |
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.
|
| ExponentialExperiment |
This experiment models the exponential distribution in terms of the inter-
arrival times of a Poisson process
|
| FiniteOrderStatisticExperiment |
This class models the experiment of selecting a sample of a specified size
(without replacement) from from the population 1, 2, ..., N.
|
| FireExperiment |
This class models the fire experiment.
|
| GaltonBoardExperiment |
This class models the classical Galton board experiment, illustrating the
binomial distribution
|
| 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
|
| GeneralBirthdayExperiment |
This class models the general birthday experiment: a sample of a specified
size is chosen with replacement from a population of a specified size.
|
| 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.
|
| MixtureEMExperiment | |
| 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.
|
| 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.
|
| 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.
|
| SignTestExperiment |
This class models the sign test experiment.
|
| SpinnerExperiment | |
| TriangleExperiment |
The triangle experiment is to break a stick at random and see if the pieces
form a triangle.
|
| UniformEstimateExperiment |
This class models the point estimation problem associated with the uniform
distribuiton on the interval [0, a].
|
| UrnExperiment |
A basic experiment based on drawing balls from an urn
|
| VarianceEstimateExperiment |
This class models the interval estimate experiment for the variance in the
standard normal model.
|
| VarianceTestExperiment |
This class models the hypothesis testing experiment for the variance in the
standard normal model.
|
| VoterExperiment |
This class models the voter experiment.
|