|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of Pluginable in edu.uah.math.experiments |
| Classes in edu.uah.math.experiments that implement Pluginable | |
class |
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. |
class |
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. |
class |
BetaCoinExperiment
This class models the beta coin experiment. |
class |
BetaEstimateExperiment
This class models the point estimation problem of the beta distribution. |
class |
BinomialCoinExperiment
This experiment consists of tossing n coins, each with probability of heads p. |
class |
BinomialTimelineExperiment
This class implements the binomial experiment. |
class |
BirthdayExperiment
This class models the birthday experiment: a sample of a specified size is chosen with replacement from a population of a specified size. |
class |
BivariateNormalExperiment
This experiment generates a point (X, Y) from a bivariate normal distribution with mean (0, 0). |
class |
BivariateUniformExperiment
This class models a bivariate uniform experiment. |
class |
BuffonCoinExperiment
Buffon's coin experiment consists of tossing a coin on a floor covered in square tiles. |
class |
BuffonNeedleExperiment
Buffon's needle experiment consists of dropping a needle on a wooden floor. |
class |
CardExperiment
The card experiment consists of drawing a sample of cards, without replacement, form a standard deck. |
class |
ChiSquareFitExperiment
This class models a chi-square Goodness of fit experiment in terms of dice. |
class |
ChuckALuckExperiment
This class models the classic chuck-a-luck experiment that consists of rolling three dice. |
class |
CoinDieExperiment
The coin-die experiment consists of tossing a coin, and then rolling one of two dice, depending on the value of the coin. |
class |
CoinSampleExperiment
This class models a basic experiment that tosses n coins, generating a random sample from the Bernoulli distribution. |
class |
CouponCollectorExperiment
The coupon collector experiment consists of selecting a sampling, with replacement from a finite population. |
class |
CrapsExperiment
This class simulates the basic casino craps game. |
class |
DiceExperiment
This class models a basic experiment that consists of rolling n dice. |
class |
DiceSampleExperiment
This class models a simple experiment that consists of rolling n dice, thus sampling from the underlying die distribution. |
class |
DieCoinExperiment
The die-coin experiment consists of rolling a die, and then tossing a coin the number of times shown on the die. |
class |
EstimateExperiment
This class defines a basic experiment to illustrate point estimates of a parameter. |
class |
Experiment
This class defines a basic, discrete time stochastic process that can be subclassed. |
class |
FiniteOrderStatisticExperiment
This class models the experiment of selecting a sample of a specified size (without replacement) from from the population 1, 2, ..., m. |
class |
FireExperiment
This class models the fire experiment. |
class |
GaltonBoardExperiment
This class models the classical Galton board experiment, illustrating the binomial distribution. |
class |
GammaEstimateExperiment
This class models the point estimation exerpiment for the gamma distribution. |
class |
GammaExperiment
This class models the gamma distribution in terms of the arrival times of a Poisson process. |
class |
MarkovChainExperiment
This class models a basic Markov chain with state space {0, 1, ..., n}. |
class |
MatchExperiment
This class models the matching experiment. |
class |
MeanEstimateExperiment
This class models the interval estimation experiment in the standard normal model. |
class |
MeanTestExperiment
This class models the hypothesis test experiment in the standard normal model. |
class |
MontyHallExperiment
This class models the famous Monty Hall experiment. |
class |
NegativeBinomialExperiment
This class models the negative binomial experiment; the random variable of interest is the number of trials until a specified number of successes. |
class |
NormalEstimateExperiment
This class models the point estimation problem associated with the normal distribution. |
class |
OrderStatisticExperiment
This experiment illustrates the distribution of the order statistic corresponding to a specified distribution and a specified order. |
class |
ParetoEstimateExperiment
This class models the point estimation problem of the Pareto distribution. |
class |
PointExperiment
This class models the famous problem of points experiment. |
class |
Poisson2DExperiment
This class models the 2 dimensional Poisson process. |
class |
PoissonExperiment
This class models the number of arrivals in an interval of a specified size for the Poisson process with a specified rate. |
class |
PoissonSplitExperiment
This class models the two-type Poisson experiment. |
class |
PokerDiceExperiment
The poker dice exeperiment consists of rolling 5 dice. |
class |
PokerExperiment
This class models the experiment of dealing a standard 5-card poker hand. |
class |
ProbabilityPlotExperiment
This class models the probability plot experiment. |
class |
ProportionEstimateExperiment
This class models the experiment of estimating the probability of success in the Bernoulli trials model. |
class |
ProportionTestExperiment
This class models the hypothesis testing experiment for the probability of success in the Bernoulli trials model. |
class |
RandomVariableExperiment
This is a basic experiment for simulating the values from a number of distributions. |
class |
RandomWalkExperiment
This class models the simple random walk on the time interval [0, 2n]. |
class |
RedBlackExperiment
This class models the red and black experiment. |
class |
RouletteExperiment
This class models the casino roulette experiment. |
class |
SampleMeanExperiment
This class models the sample mean experiment. |
class |
SignTestExperiment
This class models the sign test experiment. |
class |
SpinnerExperiment
This experiment spins a spinner (the number of divisions is specified by the user) and records the value of each spin. |
class |
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. |
class |
UniformEstimateExperiment
This class models the point estimation problem associated with the uniform distribuiton on the interval [0, a]. |
class |
UrnExperiment
This class defines a basic experiment based on drawing balls from an urn. |
class |
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. |
class |
VarianceTestExperiment
This class models the hypothesis testing experiment for the variance in the standard normal model. |
class |
VoterExperiment
This class models the voter experiment. |
| Uses of Pluginable in edu.uah.math.games |
| Classes in edu.uah.math.games that implement Pluginable | |
class |
BivariateGame
This class models a simple interactive scatterplot. |
class |
ErrorGame
This class is an applet for exploring the measures of center and dispersion in terms of error functions. |
class |
GaltonBoardGame
This class models a simple Galton board game. |
class |
Game
This class defines a basic shell for an interactive exploration. |
class |
HistogramGame
This class models an interactive historgram. |
class |
MontyHallGame
This class models the famous Monty Hall game. |
class |
RedBlackGame
This class models the red-black game. |
| Uses of Pluginable in edu.ucla.stat.SOCR.core |
| Subinterfaces of Pluginable in edu.ucla.stat.SOCR.core | |
interface |
IExperiment
|
interface |
IGame
|
| Classes in edu.ucla.stat.SOCR.core that implement Pluginable | |
class |
Distribution
Distribution: An abstract implmentation of a real probability distribution. |
| Uses of Pluginable in edu.ucla.stat.SOCR.distributions |
| Classes in edu.ucla.stat.SOCR.distributions that implement Pluginable | |
class |
BernoulliDistribution
The Bernoulli distribution with parameter p http://mathworld.wolfram.com/BernoulliDistribution.html . |
class |
BetaDistribution
A Java implmentation of the beta distribution with specified left(alpha) and right(beta) parameters http://mathworld.wolfram.com/BetaDistribution.html . |
class |
BetaGeneralDistribution
A Java implmentation of the (General) Beta Distribution with specified: left(alpha) and right(beta) parameters AND LIMITS A and B. |
class |
BinomialDistribution
The binomial distribution with specified parameters: the number of trials (n) and the probability of success (p) http://mathworld.wolfram.com/BinomialDistribution.html . |
class |
BinomialRandomNDistribution
The binomial distribution with a random number of trials |
class |
BirthdayDistribution
This class models the distribution of the number of distinct sample values when a sample of a specified size is chosen with replacement from a finite population of a specified size. |
class |
CauchyDistribution
This class models the Cauchy distribution |
class |
ChiSquareDistribution
This class defines the chi-square distribution with a specifed degrees of freedom. |
class |
CircleDistribution
This class models the Circle distribution with parameter a (radius). |
class |
ContinuousUniformDistribution
This class models the uniform distribution on a specified interval. |
class |
Convolution
This class creates the n-fold convolution of a given distribution |
class |
CouponDistribution
This class models the distribution of the sample size needed to get a specified number of distinct sample values when sampling with replacement from a finite population of a specified size |
class |
DieDistribution
Distribution for a standard 6-sided die |
class |
DiscreteArcsineDistribution
This class models the discrete ArcSine distribution that governs the last zero in a symmetric random walk on an interval. |
class |
DiscreteUniformDistribution
The discrete uniform distribution on a finite set. |
class |
ExponentialDistribution
This class defines the (general) Exponential distribution with rate parameter r and shift parameter s. |
class |
FiniteDistribution
A basic discrete distribution on a finite set of points, with specified probabilities |
class |
FiniteOrderStatisticDistribution
This class models the distribution of the k'th order statistic for a sample of size n chosen without replacement from {1, 2, ..., N} . |
class |
FisherDistribution
This class models the Fisher F distribution with a spcified number of degrees of freedom in the numerator and denominator. |
class |
FisherTippettDistribution
A Java implmentation of the FisherTippettdistribution with specified alpha & beta parameters http://mathworld.wolfram.com/FisherTippettDistribution.html . |
class |
GammaDistribution
Gamma distribution with a specified shape parameter and scale parameter. |
class |
GeneralCauchyDistribution
A Java implmentation of the General Cauchy distribution with specified alpha & beta parameters. |
class |
GeometricDistribution
The geometric distribution with parameter p. |
class |
GilbratsDistribution
This class models the Gilbrat's distribution: A continuous distribution in which the logarithm of a variable x has a Standard Normal distribution. |
class |
GumbelDistribution
A Java implmentation of the Gumbel distribution with specified alpha & beta parameters http://mathworld.wolfram.com/GumbelDistribution.html . |
class |
HalfNormalDistribution
This class models the Half-Normal distribution with specified starting and SD parameters. |
class |
HypergeometricDistribution
This class models the HyperGeometric distribution with parameters m (population size), n (sample size), and r (number of type 1 objects). |
class |
LaplaceDistribution
This class defines the Laplace distribution with parameters mu & beta. |
class |
LocationScaleDistribution
This class applies a location-scale tranformation to a given distribution. |
class |
LogisticDistribution
This class models the logistic distribution |
class |
LogNormalDistribution
This class models the lognormal distribution with specified (mean & SD) parameters. |
class |
MatchDistribution
The distribution of the number of matches in a random permutation |
class |
MaxwellDistribution
This class models the Maxwell distribution with parameter a. |
class |
MixtureDistribution
The Mixture distribution with parameter-vector p=(p1, p2, ..., pn) http://mathworld.wolfram.com/topics/ContinuousDistributions.html is the (linear) mixure of an array of distributions according to the mixing parameters. |
class |
NegativeBinomialDistribution
This class models the negative binomial distribution with specified successes parameter and probability parameter. |
class |
NormalDistribution
This class encapsulates the normal distribution with specified (mean, SD) parameters. |
class |
OrderStatisticDistribution
The distribution of the order statistic of a specified order from a random sample of a specified size from a specified sampling distribution |
class |
ParetoDistribution
This class models the Pareto distribution with a specified parameters (alpha=power; theta=LeftStart). |
class |
PointMassDistribution
Point mass at x0. |
class |
PoissonDistribution
The Poisson distribution with a specified rate parameter (lambda). |
class |
PokerDiceDistribution
|
class |
RayleighDistribution
A Java implmentation of the Rayleigh distribution with specified alpha & beta parameters http://mathworld.wolfram.com/RayleighDistribution.html |
class |
StudentDistribution
This class models the Student T distribution with a specifed degrees of freedom parameter. |
class |
TriangleDistribution
This class models the Triangular distribution on a specified interval. |
class |
WalkMaxDistribution
This class models the distribution of the maximum value of a symmetric random walk on the interval [0, n]. |
class |
WalkPositionDistribution
|
class |
WeibullDistribution
This class models the Weibull distribution with specified shape and scale parameters. |
| Uses of Pluginable in edu.ucla.stat.SOCR.experiments |
| Classes in edu.ucla.stat.SOCR.experiments that implement Pluginable | |
class |
ConfidenceIntervalExperiment
|
class |
ExponentialExperiment
This experiment models the exponential distribution in terms of the inter- arrival times of a Poisson process |
class |
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. |
class |
MixtureEMExperiment
|
| Uses of Pluginable in edu.ucla.stat.SOCR.games |
| Classes in edu.ucla.stat.SOCR.games that implement Pluginable | |
class |
FourierGame
This class models a simple interactive scatterplot. |
class |
WaveletGame
This class models a simple interactive scatterplot. |
| Uses of Pluginable in edu.ucla.stat.SOCR.modeler |
| Classes in edu.ucla.stat.SOCR.modeler that implement Pluginable | |
class |
FourierFit_Modeler
This class Designs a Fourier model fitting curve. |
class |
WaveletFit_Modeler
This class Designs a Fourier model fitting curve. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||