8614 Assignment No. 2
8614 Assignment No. 2
2
COURSE CODE - 8614
CODE NAME - EDUCATIONAL STATISTICS
1. Mean
Definition:
The mean is the average of a set of numbers, calculated by dividing the sum of all
values by the total number of values.
Merits:
Demerits:
2. Median
Definition:
The median is the middle value when data is arranged in ascending or descending
order. If the number of values is even, the median is the average of the two middle
numbers.
Merits:
Demerits:
3. Mode
Definition:
The mode is the value that occurs most frequently in a data set.
Merits:
Demerits:
QUESTION NO. 2
--------------------------------------------
Hypothesis testing has great importance in educational research. Discuss in
detail.
--------------------------------------------
ANSWER
--------------------------------------------
Educational leaders and policymakers use hypothesis testing to evaluate the impact of
reforms, programs, and interventions. This helps in making informed decisions about
curriculum development, teacher training, or resource allocation.
Schools and educators use research findings to reflect on and improve their teaching
methods. For example, testing the effectiveness of a new reading strategy can guide
whether it should be adopted across a school.
Through careful sampling and hypothesis testing, researchers can make inferences
about larger populations (e.g., all high school students in a region), making the research
more applicable and impactful.
Research Question: Does using visual aids improve science achievement among
Grade 8 students?
Using test scores from both groups, researchers can apply statistical tests (e.g., t-test)
to determine whether the observed differences are statistically significant.
Sample Size: Small samples may not represent the population accurately,
affecting the reliability of results.
Research Design: Poor experimental or quasi-experimental design can lead to
incorrect conclusions.
Misinterpretation of Results: Statistical significance doesn’t always imply
practical importance.
Ethical Issues: Researchers must ensure confidentiality, informed consent, and
fair treatment of participants.
6. Conclusion
QUESTION NO. 3
--------------------------------------------
When do we use regression in our data analysis? Also, discuss different types of
regression.
--------------------------------------------
ANSWER
--------------------------------------------
When Do We Use Regression in Data Analysis?
Understand relationships between variables (e.g., how study hours affect exam
scores).
Predict the value of one variable based on another (or several others).
Measure the strength and direction of the effect of independent variables on a
dependent variable.
Control for the influence of other variables in experimental or observational
studies.
There are several types of regression methods, depending on the nature of the data
and research objectives:
1. Linear Regression
Purpose: Models the linear relationship between one independent variable and
one dependent variable.
Example: Predicting exam scores based on the number of study hours.
Equation:
Y=a+bX+εY = a + bX + \varepsilonY=a+bX+ε
3. Logistic Regression
Purpose: Used when the relationship between the independent and dependent
variable is non-linear.
Example: Modeling the curve of learning over time where initial learning is fast
and then levels off.
Equation:
6. Stepwise Regression
7. Hierarchical Regression
QUESTION NO. 4
--------------------------------------------
Provide the logic and procedure of one-way ANOVA.
--------------------------------------------
ANSWER
--------------------------------------------
One-Way ANOVA: Logic and Procedure
1. What is One-Way ANOVA?
Example in Education:
Comparing the mean test scores of students taught using three different teaching
methods.
The logic of one-way ANOVA is based on partitioning the total variability in the data
into two components:
Between-group variability:
Variations due to the differences between the group means.
Within-group variability:
Variations due to differences within each group (individual differences, errors,
etc.).
If the variability between groups is significantly greater than the variability within
groups, we conclude that not all group means are equal.
3. Hypotheses in One-Way ANOVA
Compute the mean of each group and the overall mean (grand mean).
If H₀ is rejected, conduct post hoc tests (e.g., Tukey, Bonferroni) to find which
groups differ.
If the F-ratio is significant, we conclude that at least one group mean is different,
implying that the factor (e.g., teaching method) has an effect.
--------------------------------------------
QUESTION NO. 5
--------------------------------------------
What are the uses of the Chi-Square distribution? Explain the procedure and
basic framework of ‘Goodness of Fit-Tests.
--------------------------------------------
ANSWER
--------------------------------------------
Uses of the Chi-Square (χ²) Distribution and the Goodness-of-Fit Test
a. Goodness-of-Fit Test
b. Test of Independence
A. Hypotheses
B. Assumptions
Where:
Use the Chi-Square distribution table to find the critical value for the calculated
degrees of freedom and chosen significance level (usually 0.05).
Suppose a teacher claims that students prefer three subjects equally: Math, Science,
and English. A survey of 90 students yields:
Math 25 30
Science 35 30
English 30 30
χ2=(25−30)230+(35−30)230+(30−30)230=2530+2530+0=1.67\chi^2 = \frac{(25-30)^2}
{30} + \frac{(35-30)^2}{30} + \frac{(30-30)^2}{30} = \frac{25}{30} + \frac{25}{30} + 0 =
1.67χ2=30(25−30)2+30(35−30)2+30(30−30)2=3025+3025+0=1.67
Degrees of freedom = 3 - 1 = 2.
Critical value at 0.05 significance level and 2 df = 5.99.
4. Conclusion