Summary of "Biostatistics | Statistics | Frequency distribution | measure of central tendency | Arithmetic MEAN"

Overview / Main Points

Key Definitions and Concepts

Statistics: the science of collecting, organizing, analyzing, interpreting and presenting data (including visualization and prediction).

Biostatistics: the application of statistics to biological and health fields (clinical trials, epidemiology, public-health research, pharmaceutical studies, diagnosis and treatment evaluation).

Frequency distribution: a table that shows distinct values (or class intervals) of a variable and how many times each value occurs (frequency).

Measure of central tendency (average / measure of location): a single value that represents the whole dataset. Examples include arithmetic mean, geometric mean, harmonic mean, median, and mode.

Notation used

When to Use Each Series Type

Formulas and Step-by-Step Methods

Note: For frequency tables n = Σf. Choose an assumed mean a as a convenient central value when using shortcut methods.

1) Individual series (only x values)

Steps:

1. Sum all x-values: Σx.
2. Count number of observations n.
3. Compute x̄ = Σx / n.

Steps:

1. Choose a convenient central value a (e.g., middle value).
2. For each x compute d = x − a.
3. Sum all d: Σd.
4. Compute x̄ = a + (Σd) / n.

2) Discrete series (distinct x with frequencies)

Steps:

1. Multiply each x by its frequency f to get fx.
2. Sum all fx: Σ(fx).
3. Sum frequencies to get n = Σf.
4. Compute x̄ = Σ(fx) / n.

Steps:

1. Choose an assumed mean a (a central x).
2. Compute d = x − a for each value.
3. Multiply each d by its frequency → f d.
4. Sum Σ(f d).
5. Compute x̄ = a + (Σf d) / n.

3) Continuous series (class intervals) — three methods

Steps:

1. Compute mid-points m for each class.
2. Multiply each midpoint by its frequency: f m.
3. Sum Σ(f m) and Σf = n.
4. Compute x̄ = Σ(f m) / n.

Steps:

1. Choose an assumed mean a (one of the mid-points).
2. For each class compute d = m − a.
3. Multiply each d by its frequency → f d.
4. Sum Σ(f d).
5. Compute x̄ = a + (Σf d) / n.

Steps:

1. Compute mid-points m.
2. Choose assumed mean a (central mid-point).
3. Compute class width h (difference between successive class limits).
4. For each class compute d = m − a, then u = d / h (often small integers).
5. Multiply each u by f → f u, sum Σ(f u).
6. Compute x̄ = a + h * (Σf u) / n.

Benefit: reduces large numbers and simplifies arithmetic.

General Worked-Example Procedure (Generalized)

  1. Identify the series type (Individual / Discrete / Continuous).
  2. Determine n (count observations or sum frequencies).
  3. For discrete/continuous, compute Σ(fx) or class mid-points as needed.
  4. If using shortcut/step-deviation, choose an assumed mean a and compute deviations d (or u).
  5. Compute Σd, Σ(f d), or Σ(f u) as required.
  6. Substitute into the corresponding formula to obtain x̄.

Practical Tips and Instructor Notes

Resources and Next Steps

Speakers / Sources Mentioned

Category ?

Educational


Share this summary


Is the summary off?

If you think the summary is inaccurate, you can reprocess it with the latest model.

Video