Rohit Seminar
Rohit Seminar
Introduction to
Parametric Tests
Parametric tests are statistical methods used to analyze data that meet certain
assumptions. These assumptions include the normality of the data distribution,
homogeneity of variance, and independence of observations.
Assumptions of Parametric Tests
Parametric tests are designed for analyzing These tests are suitable for variables that can
numerical data that can be measured on a take on any value within a range, such as height,
continuous scale. weight, or temperature.
Parametric tests work well with data measured A key assumption of parametric tests is that
on scales where differences between values are the data follows a normal distribution.
meaningful and have a true zero point.
One-Sample t-Test
Define Hypothesis
1
Formulate null and alternative hypotheses.
Calculate t-statistic
2
Compute the t-statistic using sample mean, population mean, and standard error.
Determine p-value
3
Find the p-value corresponding to the calculated t-statistic.
Interpret Results
4 Compare the p-value to the significance level to reject or
accept the null hypothesis.
The one-sample t-test is used to compare the mean of a single sample to a known population mean. It helps determine if there is a
significant difference between the sample mean and the hypothesized population mean. This test is useful for examining if a treatment
or intervention has a noticeable effect on a group.
Two-Sample t-Test
Define Hypothesis
1 Formulate null and alternative hypotheses about the means of two groups.
Calculate t-statistic
2 Compute the t-statistic using sample means, standard deviations, and sample
sizes.
Determine p-value
3
Find the p-value corresponding to the calculated t-statistic.
Interpret Results
4 Compare the p-value to the significance level to reject or
accept the null hypothesis.
The two-sample t-test is used to compare the means of two independent groups. It helps determine if there is a significant difference
between the average values of two populations. This test is useful when comparing the effectiveness of two different treatments,
interventions, or approaches.
Paired t-Test
Define Hypothesis
Formulate null and alternative hypotheses about the means of two related groups.
Calculate t-statistic
Compute the t-statistic using the differences between paired observations, mean difference, and standard error.
Determine p-value
Find the p-value corresponding to the calculated t-statistic.
Interpret Results
Compare the p-value to the significance level to reject or accept the null hypothesis.
ANOVA (Analysis of Variance)
ANOVA is used to analyze One-way ANOVA compares Two-way ANOVA analyzes the
differences between means of two unmatched groups with data effect of two nominal predictor
or more groups simultaneously. categorized by one factor. variables on a continuous outcome
variable.
One-Way ANOVA
1 Define Hypothesis
Formulate the null hypothesis stating no difference in means across groups, and the alternative
hypothesis stating at least one group mean differs.
2 Calculate F-statistic
Compute the F-statistic using the between-group variability and within-group variability.
3 Determine p-value
Find the p-value corresponding to the calculated F-statistic based on degrees of freedom.
4 Interpret Results
Compare the p-value to the significance level to reject or accept the null hypothesis, concluding
whether there is a significant difference in means between groups.
Two-Way ANOVA
Define Hypothesis
Formulate null and alternative hypotheses regarding the interaction effects between two
independent variables on a dependent variable.
Calculate F-statistic
Compute the F-statistic based on the variance between groups and within groups.
Determine p-value
Find the p-value corresponding to the calculated F-statistic.
Interpret Results
Compare the p-value to the significance level to determine if there is a significant interaction effect.
Assumptions of ANOVA
The samples are independent and selected The parent population from which the samples
randomly. are taken follows a normal distribution.
Treatment and environmental effects are Experimental errors are normally distributed
additive in nature. with a mean of zero and variance σ2.
Pearson's Correlation
Define Hypothesis
1
Formulate null and alternative hypotheses about the linear relationship between two variables.
Determine p-value
3 Find the p-value corresponding to the calculated r, assessing the
significance of the correlation.
Interpret Results
4 Compare the p-value to the significance level to
reject or accept the null hypothesis.
Pearson's correlation coefficient, denoted by r, measures the strength and direction of the linear relationship
between two continuous variables. The value of r ranges from -1 to 1, where a positive value indicates a positive
linear association, a negative value indicates a negative linear association, and 0 indicates no linear relationship. It is
important to note that correlation does not imply causation, meaning a strong correlation between two variables
does not necessarily mean that one variable causes the other.
Pearson's 'R' Correlation
r=0 No correlation
1 Define Model
Establish a linear or non-linear relationship between a dependent variable and independent variables.
2 Estimate Coefficients
Determine the slope and intercept of the regression line, quantifying the relationship.
4 Make Predictions
Use the regression equation to forecast the dependent variable based on values of the independent
variables.
Z-Test
Assumptions
1
The population is normally distributed, and the sample is drawn at random.
Conditions
2
The population standard deviation (σ) is known, and the sample size is large (n >
30).
Null Hypothesis
3
The population mean (μ) is equal to a specified value (μ0).
Choosing the Right Parametric Test