Here are some common names and terms associated with statistical analysis:
Descriptive Statistics
- Mean – The average of a set of numbers.
- Median – The middle value in a list of numbers.
- Mode – The most frequently occurring value in a set of numbers.
- Range – The difference between the highest and lowest values.
- Variance – Measures the dispersion of a set of data points.
- Standard Deviation – The square root of the variance, representing the average amount of variability in a set of data.
Inferential Statistics
- Population – The entire group that you want to draw conclusions about.
- Sample – A subset of the population used to represent the population.
- Hypothesis Testing – A method for testing a claim or hypothesis about a parameter in a population.
- Confidence Interval – A range of values that is likely to contain the population parameter.
- p-value – The probability of observing a test statistic as extreme as, or more extreme than, the value observed under the null hypothesis.
- t-test – A statistical test used to compare the means of two groups.
- ANOVA (Analysis of Variance) – A statistical method used to compare the means of three or more samples.
- Chi-Square Test – A test that measures how expectations compare to actual observed data.
Regression Analysis
- Linear Regression – A method to model the relationship between a dependent variable and one or more independent variables.
- Multiple Regression – An extension of linear regression that uses multiple independent variables to predict a dependent variable.
- Logistic Regression – A regression model used for binary classification.
Correlation
- Pearson Correlation – Measures the linear relationship between two continuous variables.
- Spearman Rank Correlation – Measures the strength and direction of association between two ranked variables.
Advanced Statistical Methods
- Factor Analysis – A method used to identify underlying relationships between variables.
- Cluster Analysis – A method used to group similar data points together.
- Time Series Analysis – Techniques used to analyze time-ordered data points.
Data Visualization
- Histogram – A graphical representation of the distribution of numerical data.
- Box Plot – A standardized way of displaying the distribution of data based on a five-number summary.
- Scatter Plot – A graph used to display values for typically two variables for a set of data.
Non-parametric Tests
- Mann-Whitney U Test – A test used to compare differences between two independent groups.
- Wilcoxon Signed-Rank Test – A test used to compare two paired groups.
- Kruskal-Wallis Test – An extension of the Mann-Whitney U test for comparing more than two groups.

