The formula for standard deviation (σ) of grouped data is:
σ = √∑(fi * (xi - x̄)2) / N
Where:
Frequency (fi): Each class interval in grouped data is associated with a frequency representing the number of observations falling within that interval.
Midpoint (xi): The midpoint of each class interval is used as a representative value for that interval in the calculation. It is often denoted by the average of the lower and upper limits of the interval.
Mean (x̄): The mean of the grouped data is calculated using the formula:
x̄ = ∑(fi * xi) / N
where ∑(fi * xi) represents the sum of the products of frequency and midpoint, and N is the total frequency.
Total Observations (N): The sum of all frequencies in the dataset.