1/42
Vocabulary flashcards covering statistics and probability topics including central tendency, dispersion, skewness, kurtosis, probability rules, random variables, and theoretical probability distributions.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Measure of Central Tendency
An average value of a statistical series of variables which represents the entire distribution, commonly measured by Arithmetic Mean, Median, Mode, Geometric Mean, and Harmonic Mean.
Arithmetic Mean
The average of a set of observations x1,x2,…,xn calculated as xˉ=n∑i=1nxi, or for frequency distributions as xˉ=∑fi∑fixi.
Median
A positional average that divides a distribution into two equal parts; for raw data arranged in order, it is the (2n+1)th term if n is odd, or the average of the (2n)th and (2n+1)th terms if n is even.
Continuous Data Median Formula
The median formula for continuous frequency distributions given by Median=l+(f2N−cf)×h, where l is the lower limit of the median class, cf is the cumulative frequency preceding the median class, f is the frequency of the median class, N is total frequency, and h is uniform class interval.
Mode
The value of a variable that occurs most frequently in a set of observations and around which the other items cluster most densely.
Continuous Data Mode Formula
The formula for mode in continuous frequency distributions given by Mode=l+(2f1−f0−f2f1−f0)×h, where f1 is the modal class frequency, f0 is the preceding class frequency, f2 is the succeeding class frequency, l is the lower limit of the modal class, and h is uniform class interval.
Empirical Relation of Central Tendency
The relationship between mode, median, and mean expressed as Mode=3×Median−2×Mean.
Geometric Mean
The nth root of the product of n observations, calculated as G=(x1×x2×⋯×xn)n1, used to find rate of population growth and rate of interest.
Harmonic Mean
The reciprocal of the arithmetic mean of the reciprocals of the given observation values, given by H=∑(xi1)n.
Dispersion
The degree of scatteredness of data values around a central value, used to evaluate the homogeneity or heterogeneity of a distribution.
Range
The difference between the two extreme observations of a distribution, calculated as Range=A−B, where A is the greatest observation and B is the smallest observation.
Coefficient of Range
A relative measure of range calculated as Coefficient of Range=A+BA−B, where A is the largest observation and B is the smallest observation.
Quartile Deviation
Also known as the semi-interquartile range Q, defined as Q=2Q3−Q1, where Q1 is the first quartile and Q3 is the third quartile.
Coefficient of Quartile Deviation
A relative measure of quartile deviation given by Coefficient of Q.D.=Q3+Q1Q3−Q1.
Mean Deviation about Mean
The arithmetic mean of absolute deviations from the mean, given by M.D.=N∑fi∣xi−xˉ∣, with coefficient of M.D. equal to xˉM.D..
Standard Deviation
The square root of the arithmetic mean of squared deviations from the mean, denoted by σ=N∑fi(xi−xˉ)2, where σ2 is the variance.
Coefficient of Variation
A relative measure of dispersion expressed as a percentage, given by C.V.=xˉσ×100%.
Raw Moment
The rth moment of a variable x about any arbitrary point x=A, defined as μr′=∑fi∑fi(xi−A)r.
Central Moment
The rth moment of a variable x about its arithmetic mean xˉ, defined as μr=∑fi∑fi(xi−xˉ)r, where μ1=0 and μ2=σ2.
Skewness
The lack of symmetry in a distribution curve where mean, median, and mode fall at different points or quartiles are not equidistant from the median.
Karl Pearson's Coefficient of Skewness
A measure of skewness defined as Sk=σMean−Mode, or Sk=σ3(Mean−Median) when mode is ill-defined.
Bowley's Coefficient of Skewness
A measure of skewness based on quartiles, defined as Sk=Q3−Q1Q3+Q1−2×Median.
Kurtosis
A measure of the flatness or peakness (convexity) of a distribution curve relative to a normal curve, measured by β2=μ22μ4 or γ2=β2−3.
Leptokurtic
A distribution curve that is more peaked than a normal curve, characterized by β2>3.
Mesokurtic
A normal distribution curve having standard peakness, characterized by β2=3.
Platykurtic
A distribution curve that is flatter than a normal curve, characterized by β2<3.
Random Experiment
An experiment whose set of outcomes is known in advance but specific outcome cannot be predicted prior to execution, such as tossing a fair coin or throwing an unbiased die.
Sample Space
The set of all possible outcomes of a random experiment, denoted by S.
Mutually Exclusive Events
Two events A and B that cannot occur simultaneously, meaning their intersection is empty A∩B=∅ and P(A∩B)=0.
Independent Events
Events A and B where the occurrence of one does not affect the occurrence of the other, satisfying P(A∩B)=P(A)×P(B).
Conditional Probability
The probability of event A occurring given that event B has already occurred, denoted as P(A∣B)=P(B)P(A∩B) provided P(B)>0.
Theorem of Total Probability
If A1,A2,…,An form a partition of sample space S and B is any subset event of S, then P(B)=∑i=1nP(Ai)×P(B∣Ai).
Baye's Theorem
A theorem used to compute posterior probabilities: P(Ai∣B)=∑j=1nP(Aj)×P(B∣Aj)P(Ai)×P(B∣Ai).
Random Variable
A real-valued function X assigned to each and every outcome of a random experiment sample space S.
Probability Mass Function
A function P(X=xi)=p(xi) for a discrete random variable satisfying 0≤p(xi)≤1 and ∑p(xi)=1.
Cumulative Distribution Function
A function F(x) representing the probability that a random variable X takes a value less than or equal to x, given by F(x)=P(X≤x).
Probability Density Function
A non-negative function f(x) for a continuous random variable satisfying ∫−∞∞f(x)dx=1, where P(a≤X≤b)=∫abf(x)dx.
Mathematical Expectation
The expected value E(X) of a random variable X, calculated as E(X)=∑xip(xi) for discrete variables or E(X)=∫−∞∞xf(x)dx for continuous variables.
Variance of a Random Variable
The measure of dispersion of a random variable defined as Var(X)=E(X2)−(E(X))2, satisfying Var(aX+b)=a2Var(X).
Binomial Distribution
A discrete probability distribution with PMF P(X=x)=(xn)pxqn−x, mean μ=np, and variance σ2=npq.
Poisson Distribution
A discrete probability distribution for rare events with PMF P(X=x)=x!e−λλx for x=0,1,2,…, where mean and variance both equal λ.
Normal Distribution
A continuous bell-shaped probability distribution with PDF f(x)=σ2π1e−2σ2(x−μ)2 for −∞<x<∞.
Standard Normal Variable
A standardized normal variable Z=σX−μ having mean E(Z)=0 and variance Var(Z)=1.