Statistics Formulas Overview

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

The mean (ar{x}) is the average of a set of ______.

values

Sample variance (s²) measures the ______ of a sample.

spread

In a binomial distribution, the expected number of successes is calculated using the formula E(X) = ______.

np

The variance of a binomial distribution is given by Var(X) = ______.

<p>np(1 - p)</p> Signup and view all the answers

The average of a uniform distribution is calculated using the formula μ = ______.

<p>(a + b)/2</p> Signup and view all the answers

The standard deviation of a uniform distribution measures the ______ of the distribution.

<p>spread</p> Signup and view all the answers

In the mean of a binomial distribution, n stands for the number of ______.

<p>trials</p> Signup and view all the answers

To estimate variance for a sample, use the formula s² = rac{1}{______} imes ext{sum of squares deviance}.

<p>n-1</p> Signup and view all the answers

The probability density function formula is given by f(x) = \frac{1}{______ - a}

<p>b</p> Signup and view all the answers

In the Z-score formula, z = \frac{x - \mu}{______}

<p>σ</p> Signup and view all the answers

The standard error of the mean is calculated using the formula SE = \frac{σ}{______}

<p>√n</p> Signup and view all the answers

The formula for the Z confidence interval for mean when the population standard deviation is known is \bar{x} \pm z_{α/2} \frac{σ}{______}

<p>√n</p> Signup and view all the answers

For the confidence interval of a proportion, the formula is ______ \pm z_{α/2} \sqrt{\frac{\hat{p}(1 - \hat{p})}{n}}

<p>\hat{p}</p> Signup and view all the answers

When calculating the pooled standard deviation, the formula is s_p^2 = \frac{(n_1 - 1)s_1^2 + (n_2 - 1)s_2^2}{______}

<p>n_1 + n_2 - 2</p> Signup and view all the answers

To calculate the standard error for two proportions, you use the formula SE = \sqrt{\frac{______(1 - \hat{p}_1)}{n_1} + \frac{\hat{p}_2(1 - \hat{p}_2)}{n_2}}

<p>\hat{p}_1</p> Signup and view all the answers

In the T confidence interval formula, when the population standard deviation is unknown, we have \bar{x} \pm t_{α/2, n-1} \frac{s}{______}

<p>√n</p> Signup and view all the answers

In the Z-score formula, x represents the ______ value.

<p>observed</p> Signup and view all the answers

For confidence intervals, z_{α/2} acts as the ______ value.

<p>Z critical</p> Signup and view all the answers

Flashcards

Mean (Average)

The average of a set of values. It's calculated by summing all values and dividing by the total number of values.

Sample Variance (s²)

A measure of how spread out values are from the mean in a sample. It's calculated using the squared differences between each value and the sample mean.

Mean of Binomial Distribution

The expected number of successes in a fixed number of independent trials, where each trial has only two possible outcomes (success or failure).

Variance of Binomial Distribution

The spread or variability of a binomial distribution. It measures how much the number of successes is likely to deviate from the expected value.

Signup and view all the flashcards

Mean of Uniform Distribution

The average value in a uniform distribution. It's simply the average of the lower and upper bounds of the distribution.

Signup and view all the flashcards

Standard Deviation of Uniform Distribution

Measures the spread of a uniform distribution. It's calculated as the square root of the difference between the upper and lower bounds divided by 12.

Signup and view all the flashcards

Uniform Distribution

It is a probability distribution where each outcome has an equal probability of occurrence.

Signup and view all the flashcards

Binomial Distribution

A probability distribution where each trial has two possible outcomes (success or failure), and the probability of success is constant for each trial.

Signup and view all the flashcards

What does the PDF of a uniform distribution represent?

The height of the uniform distribution curve.

Signup and view all the flashcards

What does a Z-score tell us?

Converts a value into the number of standard deviations it is away from the mean.

Signup and view all the flashcards

What is the Standard Error of the Mean?

The standard deviation of the sample mean, showing how much the sample mean varies

Signup and view all the flashcards

What does the Proportion Standard Error represent?

The spread of sample proportions, indicating the variability in proportions from different samples.

Signup and view all the flashcards

What is a Z Confidence Interval for the Mean (σ known)?

A range where the true mean is likely to lie, based on a sample mean and confidence level.

Signup and view all the flashcards

What is a Z Confidence Interval for a Proportion?

A confidence interval for a proportion, showing a likely range for the true proportion based on sample data.

Signup and view all the flashcards

What is a T Confidence Interval for the Mean (σ unknown)?

A confidence interval for the mean when the population standard deviation is unknown, using the sample standard deviation instead.

Signup and view all the flashcards

What is the Pooled Standard Deviation?

Combines variances of two samples, assuming they have equal variances.

Signup and view all the flashcards

What is the Standard Error for Two Proportions?

Measures uncertainty in the difference between two sample proportions.

Signup and view all the flashcards

When do you calculate the variance of a uniform distribution?

To measure the variability of data when all outcomes are equally likely.

Signup and view all the flashcards

Study Notes

Basic Statistics Formulas

  • Mean (Average): Calculates the average of a set of values.

    • Formula: (\bar{x} = \frac{1}{n} \sum_{i=1}^n x_i)
    • Variables:
      • (n): Total number of values.
      • (x_i): Each individual value.
      • (\sum): Summation symbol (add up all the values).
    • Use case: Finding the average of a sample or population.
  • Sample Variance (s²): Measures the spread of values around the mean for a sample.

    • Formula: (s^2 = \frac{1}{n-1} \sum_{i=1}^n (x_i - \bar{x})^2)
    • Variables:
      • (x_i): Each value in the sample.
      • (\bar{x}): Sample mean.
      • (n): Sample size.
      • (n-1): Degrees of freedom.
    • Use case: Estimating the variance when only sample data is available.

Binomial Distribution Formulas

  • Mean of Binomial Distribution: Expected number of successes in a given number of trials.

    • Formula: (E(X) = np)
    • Variables:
      • (n): Number of trials.
      • (p): Probability of success in a single trial.
    • Use case: Binomial experiments (e.g., coin flips).
  • Variance of Binomial Distribution: Measures the spread of the binomial distribution.

    • Formula: (\text{Var}(X) = np(1 - p))
    • Variables:
      • (n): Number of trials.
      • (p): Probability of success.
      • (1-p): Probability of failure.
    • Use case: Assessing variability in binomial experiments.

Uniform Distribution Formulas

  • Mean of Uniform Distribution: Average of a uniform distribution.

    • Formula: (\mu = \frac{a + b}{2})
    • Variables:
      • (a): Lower bound.
      • (b): Upper bound.
    • Use case: Finding the average when all values within a range are equally likely (e.g., dice rolls).
  • Standard Deviation of Uniform Distribution: Measures spread in a uniform distribution.

    • Formula: (\sigma = \sqrt{\frac{b - a}{12}})
    • Variables:
      • (a): Lower bound.
      • (b): Upper bound.
    • Use case: Calculating the variability of uniform data.
  • Probability Density Function (PDF) of Uniform Distribution: Height of the uniform distribution curve.

    • Formula: (f(x) = \frac{1}{b - a})
    • Variables:
      • (a): Lower bound.
      • (b): Upper bound.
    • Use case: Calculating probabilities over ranges in a uniform distribution.

Standardization and Z-Scores

  • Z-Score Formula: Converts a value into standard deviations from the mean.

    • Formula: (z = \frac{x - \mu}{\sigma})
    • Variables:
      • (x): Observed value.
      • (\mu): Population mean.
      • (\sigma): Population standard deviation.
    • Use case: Comparing data points to a normal distribution.
  • Standard Error of the Mean: Standard deviation of the sample mean.

    • Formula: (\text{SE} = \frac{\sigma}{\sqrt{n}})
    • Variables:
      • (\sigma): Population standard deviation.
      • (n): Sample size.
    • Use case: Measuring the uncertainty in the sample mean.
  • Standard Error for Proportion: Measures the spread of sample proportions.

    • Formula: (\text{SE}_p = \sqrt{\frac{\hat{p}(1 - \hat{p})}{n}})
    • Variables:
      • (\hat{p}): Sample proportion
      • (n): Sample size.
    • Use case: Confidence intervals or hypothesis tests for proportions.

Confidence Intervals

  • Z Confidence Interval for Mean: Builds a range where the population mean likely lies. (when population standard deviation is known)

    • Formula: (\bar{x} \pm z_{\alpha/2} \frac{\sigma}{\sqrt{n}})
    • Variables:
      • (\bar{x}): Sample mean.
      • (z_{\alpha/2}): Z critical value.
      • (\sigma): Population standard deviation.
      • (n): Sample size.
    • Use case: Creating a range for the population mean.
  • Z Confidence Interval for Proportion: Confidence interval for a proportion.

    • Formula: (\hat{p} \pm z_{\alpha/2} \sqrt{\frac{\hat{p}(1 - \hat{p})}{n}})
    • Variables:
      • (\hat{p}): Sample proportion.
      • (z_{\alpha/2}): Z critical value.
      • (n): Sample size.
    • Use case: Confidence range for a sample proportion.
  • T Confidence Interval for Mean: Confidence interval for mean. (when population standard deviation is unknown)

    • Formula: (\bar{x} \pm t_{\alpha/2, n-1} \frac{s}{\sqrt{n}})
    • Variables:
      • (\bar{x}): Sample mean.
      • (t_{\alpha/2, n-1}): T critical value.
      • (s): Sample standard deviation.
      • (n): Sample size.
    • Use case: Creating an interval for a population mean when the standard deviation is unknown.

Two-Sample Comparisons

  • Pooled Standard Deviation: Combines variances of two samples (assuming variances are equal).

    • Formula: (s_p^2 = \frac{(n_1 - 1)s_1^2 + (n_2 - 1)s_2^2}{n_1 + n_2 - 2})
    • Variables:
      • (n_1, n_2): Sample sizes.
      • (s_1^2, s_2^2): Sample variances.
    • Use case: Two-sample t-tests assuming equal variances.
  • Standard Error for Two Proportions: Measures uncertainty in the difference between two proportions.

    • Formula: (\text{SE} = \sqrt{\frac{\hat{p}_1(1 - \hat{p}_1)}{n_1} + \frac{\hat{p}_2(1 - \hat{p}_2)}{n_2}})
    • Variables:
      • (\hat{p}_1, \hat{p}_2): Sample proportions.
      • (n_1, n_2): Sample sizes.
    • Use case: Assessing uncertainty in the differences between sample proportions.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

More Like This

Statistical Methods for Dichotomous Variables
27 questions
Statistics: Variance Formula
6 questions
Hypothesis Testing and Descriptive Statistics Formulas
10 questions
Use Quizgecko on...
Browser
Browser