| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SOCRValueSettable in edu.ucla.stat.SOCR.applications | 
|---|
| Subclasses of SOCRValueSettable in edu.ucla.stat.SOCR.applications | |
|---|---|
|  class | Application | 
| Uses of SOCRValueSettable in edu.ucla.stat.SOCR.applications.demo | 
|---|
| Subclasses of SOCRValueSettable in edu.ucla.stat.SOCR.applications.demo | |
|---|---|
|  class | BinomialTradingApplicationThe Binomial Trading Application demonstrates the Price of a stock call with time: Inputs: S0 = Price of the stock at time zero (now). | 
|  class | BlackScholesApplicationThe triangle experiment is to break a stick at random and see if the pieces form a triangle. | 
|  class | NoAppPackage: edu.ucla.stat.SOCR.applications.demo Date: Aug 20, 2008 Time: 2:43:45 AM | 
|  class | PortfolioApplicationThe triangle experiment is to break a stick at random and see if the pieces form a triangle. | 
|  class | PortfolioApplication2The triangle experiment is to break a stick at random and see if the pieces form a triangle. | 
|  class | StockApplicationThe triangle experiment is to break a stick at random and see if the pieces form a triangle. | 
|  class | StockSimulationApplicationThe triangle experiment is to break a stick at random and see if the pieces form a triangle. | 
| Uses of SOCRValueSettable in edu.ucla.stat.SOCR.chart.util | 
|---|
| Subclasses of SOCRValueSettable in edu.ucla.stat.SOCR.chart.util | |
|---|---|
|  class | MixtureEMExperiment | 
| Uses of SOCRValueSettable in edu.ucla.stat.SOCR.core | 
|---|
| Subclasses of SOCRValueSettable in edu.ucla.stat.SOCR.core | |
|---|---|
|  class | DistributionDistribution: An abstract implmentation of a real probability distribution. | 
|  class | ExperimentThis class defines a basic, discrete time stochastic process that can be subclassed | 
|  class | GameThis class defines a basic shell for an interactive exploration. | 
|  class | MultiplePartsPanelThis class will be used for game and experiment, basically it has three parts. | 
| Uses of SOCRValueSettable in edu.ucla.stat.SOCR.distributions | 
|---|
| Subclasses of SOCRValueSettable in edu.ucla.stat.SOCR.distributions | |
|---|---|
|  class | AndersonDarlingDistributionThis class defines the Anderson-Darling distribution with a specifed parameter n>=1. | 
|  class | ArcSineDistributionThis class models the Arc-Sine distribution on a specified interval. | 
|  class | BenfordDistributionThis class models the Benford distribution with parameters m (population size), n (sample size), and r (number of type 1 objects). | 
|  class | BernoulliDistributionThe Bernoulli distribution with parameter p http://mathworld.wolfram.com/BernoulliDistribution.html . | 
|  class | BetaBinomialDistributionThe binomial distribution with specified parameters: the number of trials (n) and the probability of success (p) http://mathworld.wolfram.com/BetaBinomialDistribution.html . | 
|  class | BetaDistributionA Java implmentation of the beta distribution with specified left(alpha) and right(beta) parameters http://mathworld.wolfram.com/BetaDistribution.html . | 
|  class | BetaGeneralDistributionA Java implmentation of the (General) Beta Distribution with specified: left(alpha) and right(beta) parameters AND LIMITS A and B. | 
|  class | BinomialDistributionThe binomial distribution with specified parameters: the number of trials (n) and the probability of success (p) http://mathworld.wolfram.com/BinomialDistribution.html . | 
|  class | BinomialRandomNDistributionThe binomial distribution with a random number of trials | 
|  class | BirthdayDistributionThis 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 | CauchyDistributionThis class models the Cauchy distribution | 
|  class | ChiDistributionThis class defines the Chi distribution with a specifed degrees of freedom. | 
|  class | ChiSquareDistributionThis class defines the chi-square distribution with a specifed degrees of freedom. | 
|  class | CircleDistributionThis class models the Circle distribution with parameter a (radius). | 
|  class | ContinuousUniformDistributionThis class models the uniform distribution on a specified interval. | 
|  class | ConvolutionThis class creates the n-fold convolution of a given distribution | 
|  class | CouponDistributionThis 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: http://www.math.uah.edu/stat/urn/Coupon.xhtml | 
|  class | DieDistributionDistribution for a standard 6-sided die | 
|  class | DiscreteArcsineDistributionThis class models the discrete ArcSine distribution that governs the last zero in a symmetric random walk on an interval. | 
|  class | DiscreteUniformDistributionThe discrete uniform distribution on a finite set. | 
|  class | ErlangDistributionA Java implmentation of the Erlang distribution with specified Scale (scale) and shape (shape) parameters http://mathworld.wolfram.com/ErlangDistribution.html . | 
|  class | ErrorDistributionA Java implementation of the Error distribution with specified Location, Scale and Shape parameters http://en.wikipedia.org/wiki/Exponential_power_distribution. | 
|  class | ExponentialDistributionThis class defines the (general) Exponential distribution with rate parameter r and shift parameter s. | 
|  class | FiniteDistributionA basic discrete distribution on a finite set of points, with specified probabilities | 
|  class | FiniteOrderStatisticDistributionThis class models the distribution of the k'th order statistic for a sample of size n chosen without replacement from {1, 2, ..., N} . | 
|  class | FisherDistributionThis class models the Fisher F distribution with a spcified number of degrees of freedom in the numerator and denominator. | 
|  class | FisherTippettDistributionA Java implmentation of the FisherTippettdistribution with specified alpha & beta parameters http://mathworld.wolfram.com/FisherTippettDistribution.html . | 
|  class | GammaDistributionGamma distribution with a specified shape parameter and scale parameter. | 
|  class | GeneralCauchyDistributionA Java implmentation of the General Cauchy distribution with specified alpha & beta parameters. | 
|  class | GeneralizedExtremeValueDistributionThis class models the Generalized-Extreme-Value (GEV) Distribution with specified 3 parameters (location, scale, shape): The generalized extreme value distribution (GEV) is a family of continuous probability distributions developed within extreme value theory to combine the Gumbel, FrEchet and Weibull families also known as type I, II and III extreme value distributions. | 
|  class | GeometricDistributionThe geometric distribution with parameter p. | 
|  class | GilbratsDistributionThis class models the Gilbrat's distribution: A continuous distribution in which the logarithm of a variable x has a Standard Normal distribution. | 
|  class | GompertzDistributionGompertz distribution with a specified shape parameter and scale parameter. | 
|  class | GumbelDistributionA Java implmentation of the Gumbel distribution with specified alpha & beta parameters http://mathworld.wolfram.com/GumbelDistribution.html . | 
|  class | HalfNormalDistributionThis class models the Half-Normal distribution with specified starting and SD parameters. | 
|  class | HyperbolicSecantDistributionThis class encapsulates the Hyperbolic-Secant distribution -- no parameters. | 
|  class | HypergeometricDistributionThis class models the HyperGeometric distribution with parameters m (population size), n (sample size), and r (number of type 1 objects). | 
|  class | InverseGammaDistributionGamma distribution with a specified shape parameter and scale parameter. | 
|  class | InverseGaussianDistributionThis class encapsulates the normal distribution with specified (mean, SD) parameters. | 
|  class | JohnsonSBDistributionThis class models the Johnson SB (Special Bounded) distribution with specified first 4 parameters (mean, SD, skewness, kurtosis): The Johnson family of distributions (N.L. | 
|  class | JohnsonSUDistributionThis class models the Johnson SU (Special Unbounded) distribution with specified first 4 parameters (mean, SD, skewness, kurtosis): The Johnson family of distributions (N.L. | 
|  class | KolmogorovDistributionThis class defines the Kolmogorov distribution with a specifed parameter n>=1. | 
|  class | LaplaceDistributionThis class defines the Laplace distribution with parameters mu & beta. | 
|  class | LocationScaleDistributionThis class applies a location-scale tranformation to a given distribution. | 
|  class | LogarithmicSeriesDistributionA Java implmentation of the LogarithmicSeries distribution with specified shape (shape) parameters http://en.wikipedia.org/wiki/Logarithmic_distribution . | 
|  class | LogisticDistributionThis class models the logistic distribution | 
|  class | LogisticExponentialDistributionThis class models the LogisticExponential distribution http://www.itl.nist.gov/div898/software/dataplot/refman2/auxillar/lexpdf.htm | 
|  class | LogNormalDistributionThis class models the lognormal distribution with specified (mean & SD) parameters. | 
|  class | LomaxDistributionThis class models the Lomax distribution (Pareto-distribution of hte second-kind) with a specified parameters (alpha=shape1; gamma=shape2). | 
|  class | MatchDistributionThe distribution of the number of matches in a random permutation | 
|  class | MaxwellDistributionThis class models the Maxwell distribution with parameter a. | 
|  class | MinimaxDistributionA Java implmentation of the Minimax distribution with specified left(alpha) and right(Minimax) parameters http://mathworld.wolfram.com/topics/ContinuousDistributions.html . | 
|  class | MixtureDistributionThe Mixture distribution with parameter-vector p=(p1, p2, ..., pn) http://wiki.stat.ucla.edu/socr/index.php/SOCR_EduMaterials_Activities_2D_PointSegmentation_EM_Mixture is the (linear) mixure of an array of distributions according to the mixing parameters. | 
|  class | MultiNomialDistributionThe Multinomial distribution with parameter-vector (k,p), where n=number of trials and event-probabilities p=(p1, p2, ..., pn), with sum(p_k)=1 and p_k>=0, 1<=k<=n. | 
|  class | MuthDistributionA Java implmentation of the Muth distribution with specified left(alpha) and right(Muth) parameters http://www.itl.nist.gov/div898/software/dataplot/refman2/auxillar/mutpdf.htm . | 
|  class | NegativeBinomialDistributionThis class models the negative binomial distribution with specified successes parameter and probability parameter. | 
|  class | NegativeHypergeometricDistributionThis class models the NegativeHypergeometric distribution with parameters B (population size), b (sample size), and w (number of special-type 1 objects). | 
|  class | NegativeMultiNomialDistributionThe Negative-Multinomial distribution with parameter-vector (x_o,p), where gamma = x_o>=0, and p=(p_1,0, p_r). | 
|  class | NonCentralChiSquareDistributionThis class encapsulates the Non-Central Chi-Square distribution with specified: k > 0\, degrees of freedom, and \lambda > 0, non-centrality parameters parameters. | 
|  class | NormalDistributionThis class encapsulates the normal distribution with specified (mean, SD) parameters. | 
|  class | NormalTruncatedDistributionThis class encapsulates the Truncated Normal distribution with specified parameters: (mean, SD, leftSupportLimit, rightSupportLimit) http://en.wikipedia.org/wiki/Truncated_normal_distribution . | 
|  class | OrderStatisticDistributionThe distribution of the order statistic of a specified order from a random sample of a specified size from a specified sampling distribution | 
|  class | ParetoDistributionThis class models the Pareto distribution with a specified parameters (alpha=power; theta=LeftStart). | 
|  class | PointMassDistributionPoint mass at x0. | 
|  class | PoissonDistributionA Java implementation of the Poisson distribution with specified Shift and Mean parameters http://en.wikipedia.org/wiki/Poisson_distribution. | 
|  class | PokerDiceDistribution | 
|  class | PowerFunctionDistributionA Java implementation of the PowerFunction distribution with specified Location, Scale and Shape parameters http://www.mathwave.com/articles/power_function_distribution.html. | 
|  class | RayleighDistributionA Java implmentation of the Rayleigh distribution with specified alpha & beta parameters http://mathworld.wolfram.com/RayleighDistribution.html | 
|  class | RiceDistributionThis class models the Rice (Rician) distribution. | 
|  class | StudentDistributionThis class models the Student T distribution with a specifed degrees of freedom parameter. | 
|  class | TriangleDistributionThis class models the Triangular distribution on a specified interval. | 
|  class | TwoSidedPowerDistributionA Java implementation of the (Two-Sided POwer (TSP) Distribution with specified: left, right, mean and power parameters http://www.springerlink.com/content/u71g0104356x70u1/ . | 
|  class | UQuadraticDistributionThis class models the Quadratic U distribution on a specified interval. | 
|  class | VonMisesDistributionThis class models the Von-Mises (Circular Gaussian) distribution on [-Pi; Pi]. | 
|  class | WalkMaxDistributionThis class models the distribution of the maximum value of a symmetric random walk on the interval [0, n]. | 
|  class | WalkPositionDistribution | 
|  class | WeibullDistributionThis class models the Weibull distribution with specified shape and scale parameters. | 
|  class | ZipfMandelbrotDistributionThis class models the Zipf-Mandelbrot distribution with parameters N be the number of elements; k be their rank (the value of the random-variable!); w be the value of the power-exponent characterizing the distribution; q be the (rank-)shift [0, \infty) http://en.wikipedia.org/wiki/Zipf-Mandelbrot_law . | 
| Uses of SOCRValueSettable in edu.ucla.stat.SOCR.experiments | 
|---|
| Subclasses of SOCRValueSettable in edu.ucla.stat.SOCR.experiments | |
|---|---|
|  class | BallotExperimentThis 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 | BertrandExperimentBetrand'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. | 
|  class | BetaCoinExperimentThis class models the beta coin experiment. | 
|  class | BetaEstimateExperimentThis class models the point estimation problem of the beta distribution. | 
|  class | BinomialCoinExperimentBasic coin-tossing experiment that illustrates the binomial distribution | 
|  class | BinomialTimelineExperiment | 
|  class | BirthdayExperimentThe Birthday Experiment consists of selecting a sample of a specified size, with replacement, from a population of a specified size. | 
|  class | BivariateNormalExperimentThis class models the Bivariate Normal Experiment | 
|  class | BivariateUniformExperimentThis class models a bivariate uniform experiment. | 
|  class | BuffonCoinExperimentBuffon's coin experiment consists of tossing a coin on a floor covered in square tiles. | 
|  class | BuffonNeedleExperimentBuffon's needle experiment consists of dropping a needle on a wooden floor. | 
|  class | CardExperimentThe card experiment consists of drawing a sample of cards, without replacement, form a standard deck | 
|  class | ChiSquareFitExperiment | 
|  class | ChuckALuckExperimentThe classic chuck-a-luck experiment that consists of rolling three dice. | 
|  class | CoinDieExperimentThe coin-die experiment consists of tossing a coin, and then rolling one of two dice, depending on the value of the coin | 
|  class | CoinSampleExperimentA basic experiment that tosses n coins, generating a random sample from the Bernoulli distribution | 
|  class | ConfidenceIntervalExperimentGeneral | 
|  class | ConfidenceIntervalExperimentSimple | 
|  class | CouponCollectorExperimentThe coupon collector experiment consists of selecting a sampling, with replacement from a finite population. | 
|  class | CrapsExperimentThe basic casino craps game | 
|  class | DiceExperimentA basic experiment that consists of rolling n dice. | 
|  class | DiceSampleExperimentA simple experiment that consists of rolling n dice, thus sampling from the underlying die distribution | 
|  class | DieCoinExperimentThe die-coin experiment consists of rolling a die, and then tossing a coin the number of times shown on the die | 
|  class | EstimateExperimentThis class defines a basic experiment to illustrate point estimates of a parameter. | 
|  class | ExponentialExperimentThis experiment models the exponential distribution in terms of the inter- arrival times of a Poisson process | 
|  class | FiniteOrderStatisticExperimentThis class models the experiment of selecting a sample of a specified size (without replacement) from from the population 1, 2, ..., N. | 
|  class | FireExperimentThis class models the fire experiment. | 
|  class | GaltonBoardExperimentThis class models the classical Galton board experiment, illustrating the binomial distribution | 
|  class | GammaEstimateExperimentThis class models the point estimation exerpiment for the gamma distribution. | 
|  class | GammaExperimentThis class models the gamma distribution in terms of the arrival times of a Poisson process | 
|  class | GeneralBirthdayExperimentThis class models the general birthday experiment: a sample of a specified size is chosen with replacement from a population of a specified size. | 
|  class | MeanEstimateExperimentThis class models the interval estimation experiment in the standard normal model. | 
|  class | MeanTestExperimentThis class models the hypothesis test experiment in the standard normal model. | 
|  class | MontyHallExperimentThis class models the famous Monty Hall experiment. | 
|  class | NegativeBinomialExperimentThis class models the negative binomial experiment; the random variable of interest is the number of trials until a specified number of successes. | 
|  class | NormalEstimateExperimentThis class models the point estimation problem associated with the normal distribution. | 
|  class | OrderStatisticExperimentThis experiment illustrates the distribution of the order statistic corresponding to a specified distribution and a specified order. | 
|  class | PointExperimentThis class models the famous problem of points experiment. | 
|  class | Poisson2DExperimentThis class models the 2 dimensional Poisson process | 
|  class | PoissonExperimentThis class models the number of arrivals in an interval of a specified size for the Poisson process with a specified rate. | 
|  class | PoissonSplitExperimentThis class models the two-type Poisson experiment. | 
|  class | PokerDiceExperimentThe poker dice exeperiment consists of rolling 5 dice. | 
|  class | PokerExperimentThis class models the experiment of dealing a standard 5-card poker hand. | 
|  class | ProbabilityPlotExperimentThis class models the probability plot experiment. | 
|  class | ProportionEstimateExperimentThis class models the experiment of estimating the probability of success in the Bernoulli trials model. | 
|  class | ProportionTestExperimentThis class models the hypothesis testing experiment for the probability of success in the Bernoulli trials model. | 
|  class | RandomVariableExperimentThis is a basic experiment for simulating the values from a number of distributions. | 
|  class | RandomWalkExperimentThis class models the simple random walk on the time interval [0, 2n]. | 
|  class | RedBlackExperimentThis class models the red and black experiment. | 
|  class | RouletteExperimentThis class models the casino roulette experiment. | 
|  class | SampleMeanExperimentThis class models the sample mean experiment. | 
|  class | SignTestExperimentThis class models the sign test experiment. | 
|  class | SpinnerExperiment | 
|  class | TriangleExperimentThe triangle experiment is to break a stick at random and see if the pieces form a triangle. | 
|  class | UniformEstimateExperimentThis class models the point estimation problem associated with the uniform distribuiton on the interval [0, a]. | 
|  class | UrnExperimentA basic experiment based on drawing balls from an urn | 
|  class | VarianceEstimateExperimentThis class models the interval estimate experiment for the variance in the standard normal model. | 
|  class | VarianceTestExperimentThis class models the hypothesis testing experiment for the variance in the standard normal model. | 
|  class | VoterExperimentThis class models the voter experiment. | 
| Uses of SOCRValueSettable in edu.ucla.stat.SOCR.games | 
|---|
| Subclasses of SOCRValueSettable in edu.ucla.stat.SOCR.games | |
|---|---|
|  class | BivariateGameThis class models a simple interactive scatterplot. | 
|  class | ErrorGameThis class is an applet for exploring the measures of center and dispersion in terms of error functions. | 
|  class | FourierGameThis class models a simple interactive scatterplot. | 
|  class | GaltonBoardGameThis class models a simple Galton board game. | 
|  class | HistogramGameThis class models an interactive historgram | 
|  class | MontyHallGameThis class models the famous Monty Hall game. | 
|  class | RedBlackGameThis class models the red-black game. | 
|  class | WaveletGameThis class models a simple interactive scatterplot. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||