Basics of Statistics and Mathematics Unit 5/8

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/159

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

160 Terms

1
New cards

Correlation analysis

A statistical technique used to measure the strength and direction of the relationship between two quantitative variables.

2
New cards

Coefficient of correlation (r)

A unit-less numerical value (−1 to +1) that quantifies the degree and direction of linear association between two variables.

3
New cards

Strength (of correlation)

Indicates how closely plotted data points cluster around a straight reference line; the nearer to ±1, the stronger the linear relationship.

4
New cards

Direction (of correlation)

Shows whether variables move together (positive) or in opposite directions (negative) when one variable changes.

5
New cards

Positive correlation

An association in which the values of two variables move in the same direction—both increase or both decrease.

6
New cards

Negative correlation

An association in which the values of two variables move in opposite directions—one increases while the other decreases.

7
New cards

Linear correlation

A relationship in which paired values change at a constant or proportional rate, forming a straight-line trend on a graph.

8
New cards

Non-linear (curvilinear) correlation

A relationship where paired values do not change proportionally; plotted points follow a curved pattern rather than a straight line.

9
New cards

Simple correlation

Study of the association between exactly two variables.

10
New cards

Partial correlation

Measurement of the association between two variables while holding the effects of additional influencing variables constant.

11
New cards

Multiple correlation

Study of the association involving more than two variables simultaneously.

12
New cards

Scatter diagram

A graph that plots paired values of two variables (x, y) to provide a visual impression of their relationship.

13
New cards

Covariance

A statistic measuring how two variables deviate together from their respective means; basis for Pearson’s r.

14
New cards

Karl Pearson’s correlation coefficient

A quantitative measure of linear association, computed as covariance divided by the product of the standard deviations of x and y.

15
New cards

Coefficient of determination (r²)

The proportion of variance in the dependent variable that is explained by the independent variable; ranges from 0 to 1.

16
New cards

Standard error of correlation (SEr)

An estimate of the sampling variability of r, given by SEr = √(1 − r²)/(√n).

17
New cards

Probable error of correlation (PEr)

A range estimate for the population correlation, calculated as 0.675 × SEr; used to judge the significance of r.

18
New cards

Spearman’s rank correlation coefficient (Rho)

A non-parametric measure of association for ordinal (ranked) data, defined as R = 1 − [6Σd² / n(n² − 1)].

19
New cards

Ordinal data

Categorical data placed in a meaningful order (rank) without equal or known intervals between categories.

20
New cards

Nominal data

Categorical data consisting of labels or names with no intrinsic order or quantitative value.

21
New cards

Auto-correlation coefficient

A statistic that measures correlation of a variable with itself across different time lags.

22
New cards

Lead time / Lag time

The time difference between a cause and its effect when analysing time-series relationships.

23
New cards

Hypothesis testing

A procedure that uses sample information to decide whether a statement about a population parameter should be accepted or rejected.

24
New cards

Null hypothesis (H₀)

The default assumption that no effect or no relationship exists; considered true until evidence suggests otherwise.

25
New cards

Alternate hypothesis (H₁)

The statement accepted if the null hypothesis is rejected; claims that a real effect or relationship exists.

26
New cards

Directional hypothesis

Specifies not only that a relationship exists but also its direction (e.g., positive, negative, greater than, less than).

27
New cards

Non-directional hypothesis

States that a relationship exists without specifying the direction of the effect.

28
New cards

Acceptance region

Range of test-statistic values for which the null hypothesis is not rejected.

29
New cards

Rejection (critical) region

Range of test-statistic values that lead to rejection of the null hypothesis.

30
New cards

Critical value

A tabled threshold that separates the acceptance region from the rejection region in hypothesis testing.

31
New cards

Parametric test

Statistical test that requires interval or ratio-scale data and assumes specific population distributions (e.g., t-test).

32
New cards

Non-parametric test

Statistical test that uses nominal or ordinal data and makes fewer distributional assumptions (e.g., chi-square, rank tests).

33
New cards

Standard error formula for r

SEr = √(1 − r²)/(√n); used to compute t = r√(n − 2)/√(1 − r²) for significance testing of correlation.

34
New cards

Regression Analysis

A statistical technique that establishes a functional, cause-and-effect relationship between one dependent variable and one or more independent variables.

35
New cards

Simple Regression

Regression involving exactly two variables—one dependent and one independent.

36
New cards

Multiple Regression

Regression involving one dependent variable and two or more independent variables.

37
New cards

Linear Regression

Regression in which the relationship between variables is represented by a straight-line equation; no variable is raised to a power higher than one.

38
New cards

Non-Linear Regression

Regression in which the relationship between variables follows a curved (e.g., parabolic) trend rather than a straight line.

39
New cards

Total Relationship

A regression model that includes all relevant variables affecting the dependent variable; typically multiple regression.

40
New cards

Partial Relationship

A regression model that considers only selected variables, excluding others deemed less relevant.

41
New cards

Regression Equation

An equation that expresses the average relationship between dependent and independent variables, e.g., Y = a + bX or X = a + bY.

42
New cards

Dependent Variable (Y)

The variable whose values are predicted or explained in regression analysis.

43
New cards

Independent Variable (X)

The variable(s) that influence or predict the dependent variable in regression analysis.

44
New cards

Regression Line

The line of best fit that represents the average relationship between dependent and independent variables on a scatter plot.

45
New cards

Principle of Least Squares

The rule that the regression line should minimize the sum of the squared differences (errors) between observed and predicted values.

46
New cards

Residual (Error)

The difference between an observed value and the value predicted by the regression equation.

47
New cards

Line of Best Fit

A line drawn through data points that minimizes the total squared residuals, representing the best average fit.

48
New cards

Regression Coefficient

A numerical value that measures the rate of change in the dependent variable for a one-unit change in the independent variable.

49
New cards

Coefficient byx

Symbol for the regression coefficient of Y on X; indicates change in Y for a one-unit change in X.

50
New cards

Coefficient bxy

Symbol for the regression coefficient of X on Y; indicates change in X for a one-unit change in Y.

51
New cards

Scatter Diagram

A graph of paired (X,Y) data points used to visualize the relationship prior to fitting a regression line.

52
New cards

Correlation Coefficient (r)

A statistic (-1 to +1) measuring the strength and direction of linear association between two variables.

53
New cards

Coefficient of Determination (r²)

The proportion of variance in the dependent variable explained by the independent variable(s).

54
New cards

Normal Equations

Algebraic equations derived from the least-squares principle to solve for the regression constants a and b.

55
New cards

Graphic Method

A regression method that draws a line of best fit visually on a scatter diagram; considered subjective.

56
New cards

Algebraic Method

A regression method that determines the exact regression equation mathematically via least-squares calculations.

57
New cards

Cause-and-Effect Relationship

A directional association where changes in an independent variable cause changes in a dependent variable.

58
New cards

Properties of Regression Coefficients

Rules such as both coefficients having the same sign, r = ±√(b1·b2), and independence from origin but not scale.

59
New cards

Angle Between Regression Lines (θ)

The angle whose tangent equals |(m1–m2)/(1+m1m2)|; reflects the degree of dependence between variables.

60
New cards

Two Regression Equations

Separate equations (Y on X and X on Y) needed because variables are not interchangeable as predictor and response.

61
New cards

Uses of Regression Analysis

Prediction, trend estimation, economic modeling (demand, supply, cost), and calculation of r and r².

62
New cards

Difference: Correlation vs. Regression

Correlation measures strength of association; regression models the relationship and allows prediction.

63
New cards

Spurious Correlation

An apparent correlation between variables caused by a third factor or random chance, not by direct relationship.

64
New cards

Intercept (a)

The value of the dependent variable when the independent variable equals zero; the point where the regression line crosses the Y-axis.

65
New cards

Slope (b)

The regression coefficient representing the expected change in the dependent variable per unit change in the independent variable.

66
New cards

Functional Relationship

A mathematical link between variables expressed by the regression equation.

67
New cards

Regression Toward the Mean

Galton’s original observation that extreme values tend to be followed by values closer to the average.

68
New cards

Least-Squares Estimates (ŷ, x̂)

Predicted values of Y or X calculated from their respective regression equations.

69
New cards

Best-Fitted Line

Another term for the regression line produced by the least-squares method.

70
New cards

Graphic vs. Algebraic Methods

Graphic method relies on visual fitting; algebraic method relies on mathematical computation for exact coefficients.

71
New cards

Regression Constant (a)

The intercept term in a regression equation; adjusts the line vertically to best fit the data.

72
New cards

Unit Change Interpretation

The concept that a regression coefficient shows the marginal (unit-to-unit) change in the dependent variable.

73
New cards

Scale Dependence

Property that regression coefficients change when units of measurement (scale) change, though they remain independent of origin.

74
New cards

Index Number

A statistical measure that shows changes in a variable or a group of related variables over time, location, or other characteristics.

75
New cards

Specified Average

An average calculated from a set of data for a particular purpose (e.g., price or quantity), used to build an index number.

76
New cards

Percentage Representation

The practice of expressing index numbers as percentages relative to a base value of 100 to highlight proportional change.

77
New cards

Base Period

The reference time period (usually set to index = 100) against which all other periods are compared in an index.

78
New cards

Current Period

The time period whose prices or quantities are compared with the base period when computing an index number.

79
New cards

Price Index

An index that measures changes in the general price level of a specified basket of goods and services over time.

80
New cards

Quantity Index

An index that measures changes in the physical volume (output or consumption) of goods over time.

81
New cards

Value Index

An index that measures changes in the total monetary value (Price × Quantity) of goods between two periods.

82
New cards

Wholesale Price Index (WPI)

An index that tracks changes in the prices of goods at the wholesale (producer) level.

83
New cards

Consumer Price Index (CPI)

Also called the cost-of-living index; measures average changes in prices paid by consumers for a basket of goods and services.

84
New cards

Purchasing Power of Money

The quantity of goods and services that a unit of currency can buy; often tracked via the CPI or GDP deflator.

85
New cards

Economic Barometer

A metaphor describing index numbers’ role in reflecting overall economic conditions such as inflation or growth.

86
New cards

Simple Aggregate Index

An unweighted index obtained by dividing the sum of current-period prices by the sum of base-period prices and multiplying by 100.

87
New cards

Price Relative

The ratio (P1/P0 × 100) that shows the percentage change in price of an individual item between two periods.

88
New cards

Simple Average of Price Relatives (Arithmetic Mean)

An index computed by averaging individual price relatives with the arithmetic mean.

89
New cards

Simple Average of Price Relatives (Geometric Mean)

An index computed by taking the antilog of the mean of log price relatives; preferred for proportional changes.

90
New cards

Weighted Aggregate Index

An index that applies explicit weights to items to reflect their relative importance before aggregation.

91
New cards

System of Weighting

The method of assigning importance (weights) to individual items in an index number calculation.

92
New cards

Laspeyres Price Index

A weighted price index that uses base-period quantities (q0) as weights: Σp1q0 / Σp0q0 × 100.

93
New cards

Paasche Price Index

A weighted price index that uses current-period quantities (q1) as weights: Σp1q1 / Σp0q1 × 100.

94
New cards

Fisher’s Ideal Index

The geometric mean of the Laspeyres and Paasche indices; considered ‘ideal’ because it meets several consistency tests.

95
New cards

Bowley’s Index

The arithmetic mean of Laspeyres and Paasche indices: ½[(Σp1q0 / Σp0q0) + (Σp1q1 / Σp0q1)] × 100.

96
New cards

Marshall-Edgeworth Index

A weighted price index that uses the sum of base and current quantities (q0 + q1) as weights.

97
New cards

Kelly’s Index

A weighted price index that uses the average quantity (q̄ = (q0 + q1)/2) as the common weight.

98
New cards

Unit Test

A consistency check that an index formula should give the same result regardless of the units in which data are measured.

99
New cards

Time Reversal Test

A test requiring that an index computed forward and then backward in time yields a product of one: P01 × P10 = 1.

100
New cards

Factor Reversal Test

A test requiring that the product of a price index and a quantity index equals the corresponding value ratio.