Thursday, February 6, 2025

UNIT II Statistical Probability


Statistical Probability Distributions for Civil Engineering Applications

Statistical probability distributions –Students’ t, Chi – square and F – distributions – applications

1. Introduction to Probability Distributions

In statistics, a probability distribution describes how the values of a random variable are distributed. It tells us which values a variable is likely to take and how often.

Why Probability Distributions Matter in Civil Engineering?

Civil engineers deal with real-world data such as soil strength, traffic flow, and concrete quality. Since exact values are unpredictable, we use probability distributions to make decisions.

The three important probability distributions used in Civil Engineering are:

  • Student’s t-distribution (for small sample sizes)
  • Chi-square distribution (for variance and independence testing)
  • F-distribution (for comparing two variances)

2. Student’s t-Distribution

Definition

The Student’s t-distribution is used when the sample size is small (n<30n < 30), and the population standard deviation (σ\sigma) is unknown. It helps in estimating the true mean of a population from a small sample.

Formula

t=xˉμs/nt = \frac{\bar{x} - \mu}{s / \sqrt{n}}

where:
xˉ\bar{x} = Sample mean
μ\mu = Population mean
ss = Sample standard deviation
nn = Sample size

Characteristics of t-Distribution

  • Bell-shaped and symmetric, like the normal distribution.
  • More spread out than the normal distribution (fatter tails).
  • As nn increases, the t-distribution approaches a normal distribution.

Example Problem 1

A Civil Engineering lab tests the compressive strength of concrete samples (n=10n = 10). The sample mean is 40 MPa, and the standard deviation is 5 MPa. Find the t-value if the assumed true mean is 42 MPa.

Solution

Given:
xˉ=40\bar{x} = 40, μ=42\mu = 42, s=5s = 5, n=10n = 10

t=40425/10=25/3.16=21.58=1.27t = \frac{40 - 42}{5 / \sqrt{10}} = \frac{-2}{5 / 3.16} = \frac{-2}{1.58} = -1.27

So, t = -1.27


3. Chi-Square (χ2\chi^2) Distribution

Definition

The Chi-square distribution is used for testing variance and checking whether observed data fits expected data. It is used for:

  1. Testing variance of a sample against a population.
  2. Testing independence between two factors (e.g., rainfall and landslides).

Formula for Variance Testing

χ2=(n1)s2σ2\chi^2 = \frac{(n-1) s^2}{\sigma^2}

where:
s2s^2 = Sample variance
σ2\sigma^2 = Population variance
nn = Sample size

Characteristics of Chi-square Distribution

  • Not symmetric, skewed to the right.
  • Changes shape with different degrees of freedom (df=n1df = n-1).
  • Always positive, since variance cannot be negative.

Example Problem 2

A Civil Engineer wants to check if the variance of soil moisture measurements (sample size 15) is 4%. The sample variance is 6%. Find the Chi-square value.

Solution

Given:
s2=6s^2 = 6, σ2=4\sigma^2 = 4, n=15n = 15

χ2=(151)×64=14×64=844=21\chi^2 = \frac{(15-1) \times 6}{4} = \frac{14 \times 6}{4} = \frac{84}{4} = 21

So, χ2=21\chi^2 = 21


4. F-Distribution

Definition

The F-distribution is used to compare two variances to determine if they are significantly different. This is useful in material strength tests or comparing soil sample variances.

Formula

F=s12s22F = \frac{s_1^2}{s_2^2}

where:
s12s_1^2 = Variance of sample 1
s22s_2^2 = Variance of sample 2

Characteristics of F-Distribution

  • Not symmetric, skewed to the right.
  • Used only for positive values.
  • Changes shape based on degrees of freedom (df1,df2df_1, df_2).

Example Problem 3

Two concrete batches are tested for compressive strength. The variances of the first and second batches are 8 MPa² and 5 MPa² respectively. Find the F-ratio.

Solution

Given:
s12=8s_1^2 = 8, s22=5s_2^2 = 5

F=85=1.6F = \frac{8}{5} = 1.6

So, F = 1.6


5. Civil Engineering Applications

Student’s t-distribution Applications

  • Testing material strengths (Concrete, Steel) with small sample sizes.
  • Determining the mean settlement of a building foundation.

Chi-square Distribution Applications

  • Checking soil quality variations.
  • Analyzing traffic accident data to see if accidents depend on time of day.

F-Distribution Applications

  • Comparing strength variations in different concrete mixes.
  • Testing differences in earthquake intensities across different locations.

6. Quiz Questions

  1. When is Student’s t-distribution used?
  2. What is the formula for Chi-square variance test?
  3. Which distribution is used to compare two variances?
  4. If sample size n increases, what happens to the t-distribution?
  5. What is the Chi-square test used for in Civil Engineering?
  6. Why do we use F-distribution instead of Chi-square sometimes?
  7. In a t-test, what happens if the sample standard deviation is 0?
  8. What is the minimum sample size required for a Chi-square test to be valid?
  9. If two concrete samples have equal variances, what is the F-value?
  10. Which test would you use to check whether traffic accidents are independent of time of day?

This detailed lecture note covers definitions, formulas, problems, and applications of t, Chi-square, and F-distributions in Civil Engineering. 🚀


No comments:

Post a Comment

UNIT II Statistical Probability

Statistical Probability Distributions for Civil Engineering Applications Statistical probability distributions –Students’ t, Chi – square an...