Skip to main content
Statistics LibreTexts

6.8: Special Properties of Normal Samples

  • Page ID
    10185
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    \(\newcommand{\R}{\mathbb{R}}\) \(\newcommand{\N}{\mathbb{N}}\) \(\newcommand{\Z}{\mathbb{Z}}\) \(\newcommand{\E}{\mathbb{E}}\) \(\newcommand{\P}{\mathbb{P}}\) \(\newcommand{\var}{\text{var}}\) \(\newcommand{\sd}{\text{sd}}\) \(\newcommand{\cov}{\text{cov}}\) \(\newcommand{\cor}{\text{cor}}\) \(\newcommand{\bs}{\boldsymbol}\)

    Random samples from normal distributions are the most important special cases of the topics in this chapter. As we will see, many of the results simplify significantly when the underlying sampling distribution is normal. In addition we will derive the distributions of a number of random variables constructed from normal samples that are of fundamental important in inferential statistics.

    The One Sample Model

    Suppose that \(\bs{X} = (X_1, X_2, \ldots, X_n)\) is a random sample from the normal distribution with mean \(\mu \in \R\) and standard deviation \(\sigma \in (0, \infty)\). Recall that the term random sample means that \(\bs{X}\) is a sequence of independent, identically distributed random variables. Recall also that the normal distribution has probability density function \[ f(x) = \frac{1}{\sqrt{2 \, \pi} \sigma} \exp \left[ -\frac{1}{2} \left( \frac{x - \mu}{\sigma} \right)^2 \right], \quad x \in \R \] In the notation that we have used elsewhere in this chapter, \(\sigma_3 = \E\left[(X - \mu)^3\right] = 0\) (equivalently, the skewness of the normal distribution is 0) and \(\sigma_4 = \E\left[(X - \mu)^4\right] = 3 \sigma^4\) (equivalently, the kurtosis of the normal distribution is 3). Since the sample (and in particular the sample size \(n\)) is fixed is this subsection, it will be suppressed in the notation.

    The Sample Mean

    First recall that the sample mean is \[ M = \frac{1}{n} \sum_{i=1}^n X_i \]

    \(M\) is normally distributed with mean and variance given by

    1. \(\E(M) = \mu\)
    2. \(\var(M) = \sigma^2 / n\)
    Proof

    This follows from basic properties of the normal distribution. Recall that the sum of independent normally distributed variables also has a normal distribution, and a linear transformation of a normally distributed variable is also normally distributed. The mean and variance of \(M\) hold in general, and were derived in the section on the Law of Large Numbers.

    Of course, by the central limit theorem, the distribution of \(M\) is approximately normal, if \(n\) is large, even if the underlying sampling distribution is not normal. The standard score of \(M\) is given as follows: \[ Z = \frac{M - \mu}{\sigma / \sqrt{n}} \]

    \(Z\) has the standard normal distribution.

    The standard score \(Z\) associated with the sample mean \(M\) plays a critical role in constructing interval estimates and hypothesis tests for the distribution mean \(\mu\) when the distribution standard deviation \(\sigma\) is known. The random variable \(Z\) will also appear in several derivations in this section.

    The Sample Variance

    The main goal of this subsection is to show that certain multiples of the two versions of the sample variance that we have studied have chi-square distributions. Recall that the chi-square distribution with \(k \in \N_+\) degrees of freedom has probability density function \[ f(x) = \frac{1}{\Gamma(k / 2) 2^{k/2}} x^{k/2 - 1} e^{-x/2}, \quad 0 \lt x \lt \infty \] and has mean \(k\) and variance \(2k\). The moment generating function is \[ G(t) = \frac{1}{(1 - 2t)^{k/2}}, \quad -\infty \lt t \lt \frac{1}{2} \] The most important result to remember is that the chi-square distribution with \(k\) degrees of freedom governs \(\sum_{i=1}^k Z_i^2\), where \((Z_1, Z_2, \ldots, Z_k)\) is a sequence of independent, standard normal random variables.

    Recall that if \(\mu\) is known, a natural estimator of the variance \(\sigma^2\) is the statistic \[ W^2 = \frac{1}{n} \sum_{i=1}^n (X_i - \mu)^2 \] Although the assumption that \(\mu\) is known is almost always artificial, \(W^2\) is very easy to analyze and it will be used in some of the derivations below. Our first result is the distribution of a simple multiple of \(W^2\). Let \[ U = \frac{n}{\sigma^2} W^2 \]

    \(U\) has the chi-square distribution with \(n\) degrees of freedom.

    Proof

    Note that \[ \frac{n}{\sigma^2} W^2 = \sum_{i=1}^n \left(\frac{X_i - \mu}{\sigma}\right)^2 \] and the terms in the sum are independent standard normal variables.

    The variable \(U\) associated with the statistic \(W^2\) plays a critical role in constructing interval estimates and hypothesis tests for the distribution standard deviation \(\sigma\) when the distribution mean \(\mu\) is known (although again, this assumption is usually not realistic).

    The mean and variance of \(W^2\) are

    1. \(\E(W^2) = \sigma^2\)
    2. \(\var(W^2) = 2 \sigma^4 / n\)
    Proof

    These results follow from the chi-square distribution of \(U\) and standard properties of expected value and variance.

    As an estimator of \(\sigma^2\), part (a) means that \(W^2\) is unbiased and part (b) means that \(W^2\) is consistent. Of course, these moment results are special cases of the general results obtained in the section on Sample Variance. In that section, we also showed that \(M\) and \(W^2\) are uncorrelated if the underlying sampling distribution has skewness 0 (\(\sigma_3 = 0\)), as is the case here.

    Recall now that the standard version of the sample variance is the statistic \[ S^2 = \frac{1}{n - 1} \sum_{i=1}^n (X_i - M)^2 \] The sample variance \(S^2\) is the usual estimator of \(\sigma^2\) when \(\mu\) is unknown (which is usually the case). We showed earlier that in general, the sample mean \(M\) and the sample variance \(S^2\) are uncorrelated if the underlying sampling distribution has skewness 0 (\(\sigma_3 = 0\)). It turns out that if the sampling distribution is normal, these variables are in fact independent, a very important and useful property, and at first blush, a very surprising result since \(S^2\) appears to depend explicitly on \(M\).

    The sample mean \(M\) and the sample variance \(S^2\) are independent.

    Proof

    The proof is based on the vector of deviations from the sample mean. Let \[ \bs{D} = (X_1 - M, X_2 - M, \ldots, X_{n-1} - M) \] Note that \(S^2\) can be written as a function of \(\bs{D}\) since \(\sum_{i=1}^n (X_i - M) = 0\). Next, \(M\) and the vector \(\bs{D}\) have a joint multivariate normal distribution. We showed earlier that \(M\) and \(X_i - M\) are uncorrelated for each \(i\), and hence it follows that \(M\) and \(\bs{D}\) are independent. Finally, since \(S^2\) is a function of \(\bs{D}\), it follows that \(M\) and \(S^2\) are independent.

    We can now determine the distribution of a simple multiple of the sample variance \(S^2\). Let \[ V = \frac{n-1}{\sigma^2} S^2 \]

    \(V\) has the chi-square distribution with \(n - 1\) degrees of freedom.

    Proof

    We first show that \(U = V + Z^2\) where \(U\) is the chi-square variable associated with \(W^2\) and where \(Z\) is the standard score associated with \(M\). To see this, note that \begin{align} U & = \frac{1}{\sigma^2} \sum_{i=1}^n (X_i - \mu)^2 = \frac{1}{\sigma^2} \sum_{i=1}^n (X_i - M + M - \mu)^2 \\ & = \frac{1}{\sigma^2} \sum_{i=1}^n (X_i - M)^2 + \frac{2}{\sigma^2} \sum_{i=1}^n (X_i - M)(M - \mu) + \frac{1}{\sigma^2} \sum_{i=1}^n (M - \mu)^2 \end{align} In the right side of the last equation, the first term is \(V\). The second term is 0 because \(\sum_{i=1}^n (X_i - M) = 0\). The last term is \(\frac{n}{\sigma^2}(M - \mu)^2 = Z^2\). Now, from the result above, \(U\) has the chi-square distribution with \(n\) degrees of freedom. and of course \(Z^2\) has the chi-square distribution with 1 degree of freedom. From the previous result, \(V\) and \(Z^2\) are independent. Recall that the moment generating function of a sum of independent variables is the product of the MGFs. Thus, taking moment generating functions in the equation \(U = V + Z^2\) gives \[ \frac{1}{(1 - 2t)^{n/2}} = \E(e^{t V}) \frac{1}{(1 - 2 t)^{1/2}}, \quad t \lt \frac{1}{2} \] Solving we have \(\E(e^{t V}) = 1 \big/ (1 - 2 t)^{(n-1)/2}\) for \(t \lt 1/2\) and therefore \(V\) has the chi-square distribution with \(n - 1\) degrees of freedom.

    The variable \(V\) associated with the statistic \(S^2\) plays a critical role in constructing interval estimates and hypothesis tests for the distribution standard deviation \(\sigma\) when the distribution mean \(\mu\) is unknown (almost always the case).

    The mean and variance of \(S^2\) are

    1. \(\E(S^2) = \sigma^2\)
    2. \(\var(S^2) = 2 \sigma^4 \big/ (n - 1)\)
    Proof

    These results follow from the chi-square distribution of \(V\) and standard properties of expected value and variance.

    As before, these moment results are special cases of the general results obtained in the section on Sample Variance. Again, as an estimator of \(\sigma^2\), part (a) means that \(S^2\) is unbiased, and part (b) means that \(S^2\) is consistent. Note also that \(\var(S^2)\) is larger than \(\var(W^2)\) (not surprising), by a factor of \(\frac{n}{n - 1}\).

    In the special distribution simulator, select the chi-square distribution. Vary the degree of freedom parameter and note the shape and location of the probability density function and the mean, standard deviation bar. For selected values of the parameter, run the experiment 1000 times and compare the empirical density function and moments to the true probability density function and moments.

    The covariance and correlation between the special sample variance and the standard sample variance are

    1. \(\cov(W^2, S^2) = 2 \sigma^4 / n\)
    2. \(\cor(W^2, S^2) = \sqrt{(n - 1) / n}\)
    Proof

    These results follows from general results obtained in the section on sample variance and the fact that \(\sigma_4 = 3 \sigma^4\).

    Note that the correlation does not depend on the parameters \(\mu\) and \(\sigma\), and converges to 1 as \(n \to \infty\),

    The \(T\) Variable

    Recall that the Student \(t\) distribution with \(k \in \N_+\) degrees of freedom has probability density function \[ f(t) = C_k \left( 1 + \frac{t^2}{k} \right)^{-(k + 1) / 2}, \quad t \in \R \] where \(C_k\) is the appropriate normalizing constant. The distribution has mean 0 if \(k \gt 1\) and variance \(k / (k - 2)\) if \(k \gt 2\). In this subsection, the main point to remember is that the \(t\) distribution with \(k\) degrees of freedom is the distribution of \[ \frac{Z}{\sqrt{V / k}} \] where \(Z\) has the standard normal distribution; \(V\) has the chi-square distribution with \(k\) degrees of freedom; and \(Z\) and \(V\) are independent. Our goal is to derive the distribution of \[ T = \frac{M - \mu}{S / \sqrt{n}} \] Note that \(T\) is similar to the standard score \(Z\) associated with \(M\), but with the sample standard deviation \(S\) replacing the distribution standard deviation \(\sigma\). The variable \(T\) plays a critical role in constructing interval estimates and hypothesis tests for the distribution mean \(\mu\) when the distribution standard deviation \(\sigma\) is unknown.

    As usual, let \(Z\) denote the standard score associated with the sample mean \(M\), and let \(V\) denote the chi-square variable associated with the sample variance \(S^2\). Then \[ T = \frac{Z}{\sqrt{V / (n - 1)}} \] and hence \(T\) has the student \(t\) distribution with \(n - 1\) degrees of freedom.

    Proof

    In the definition of \(T\), divide the numerator and denominator by \(\sigma / \sqrt{n}\). The numerator is then \((M - \mu) \big/ (\sigma / \sqrt{n}) = Z\) and the denominator is \(S / \sigma = \sqrt{V / (n - 1)}\). Since \(Z\) and \(V\) are independent, \(Z\) has the standard normal distribution, and \(V\) has the chi-squre distribution with \(n - 1\) degrees of freedom, it follows that \(T\) has the student \(t\) distribution with \(n - 1\) degrees of freedom.

    In the special distribution simulator, select the \(t\) distribution. Vary the degree of freedom parameter and note the shape and location of the probability density function and the mean\( \pm \)standard deviation bar. For selected values of the parameters, run the experiment 1000 times and compare the empirical density function and moments to the distribution density function and moments.

    The Two Sample Model

    Suppose that \(\bs{X} = (X_1, X_2, \ldots, X_m)\) is a random sample of size \(m\) from the normal distribution with mean \(\mu \in \R\) and standard deviation \(\sigma \in (0, \infty)\), and that \(\bs{Y} = (Y_1, Y_2, \ldots, Y_n)\) is a random sample of size \(n\) from the normal distribution with mean \(\nu \in \R\) and standard deviation \(\tau \in (0, \infty)\). Finally, suppose that \(\bs{X}\) and \(\bs{Y}\) are independent. Of course, all of the results above in the one sample model apply to \(\bs{X}\) and \(\bs{Y}\) separately, but now we are interested in statistics that are helpful in inferential procedures that compare the two normal distributions. We will use the basic notation established above, but we will indicate the dependence on the sample.

    The two-sample (or more generally the multi-sample model) occurs naturally when a basic variable in the statistical experiment is filtered according to one or more other variable (often nominal variables). For example, in the cicada data, the weights of the male cicadas and the weights of the female cicadas may fit observations from the two-sample normal model. The basic variable weight is filtered by the variable gender. If weight is filtered by gender and species, we might have observations from the 6-sample normal model.

    The Difference in the Sample Means

    We know from our work above that \(M(\bs{X})\) and \(M(\bs{Y})\) have normal distributions. Moreover, these sample means are independent because the underlying samples \(\bs{X}\) and \(\bs{Y}\) are independent. Hence, it follows from a basic property of the normal distribution that any linear combination of \(M(\bs{X})\) and \(M(\bs{Y})\) will be normally distributed as well. For inferential procedures that compare the distribution means \(\mu\) and \(\nu\), the linear combination that is most important is the difference.

    \(M(\bs{X}) - M(\bs{Y})\) has a normal distribution with mean and variance given by

    1. \(\E\left[(M(\bs{X}) - M(\bs{Y})\right] = \mu - \nu\)
    2. \(\var\left[(M(\bs{X}) - M(\bs{Y})\right] = \sigma^2 / m + \tau^2 / n\)

    Hence the standard score \[ Z = \frac{\left[(M(\bs{X}) - M(\bs{Y})\right] - (\mu - \nu)}{\sqrt{\sigma^2 / m + \tau^2 / n}} \] has the standard normal distribution. This standard score plays a fundamental role in constructing interval estimates and hypothesis test for the difference \(\mu - \nu\) when the distribution standard deviations \(\sigma\) and \(\tau\) are known.

    Ratios of Sample Variances

    Next we will show that the ratios of certain multiples of the sample variances (both versions) of \(\bs{X}\) and \(\bs{Y}\) have \(F\) distributions. Recall that the \(F\) distribution with \(j \in \N_+\) degrees of freedom in the numerator and \(k \in \N_+\) degrees of freedom in the denominator is the distribution of \[\frac{U / j}{V / k}\] where \(U\) has the chi-square distribution with \(j\) degrees of freedom; \(V\) has the chi-square distribution with \(k\) degrees of freedom; and \(U\) and \(V\) are independent. The \(F\) distribution is named in honor of Ronald Fisher and has probability density function \[ f(x) = C_{j,k} \frac{x^{(j-2) / 2}}{\left[1 + (j / k) x\right]^{(j + k) / 2}}, \quad 0 \lt x \lt \infty \] where \(C_{j,k}\) is the appropriate normalizing constant. The mean is \(\frac{k}{k - 2}\) if \(k \gt 2\), and the variance is \(2 \left(\frac{k}{k - 2}\right)^2 \frac{j + k - 2}{j (k - 4)}\) if \(k \gt 4\).

    The random variable given below has the \(F\) distribution with \(m\) degrees of freedom in the numerator and \(n\) degrees of freedom in the denominator: \[ \frac{W^2(\bs{X}) / \sigma^2}{W^2(\bs{Y}) / \tau^2} \]

    Proof

    Using the notation in the subsection on the special sample variances, note that \(W^2(\bs{X}) / \sigma^2 = U(\bs{X}) / m\) and \(W^2(\bs{Y}) / \tau^2 = U(\bs{Y}) / n\). The result then follows immediately since \(U(\bs{X})\) and \(U(\bs{Y})\) are independent chi-square variables with \(m\) and \(n\) degrees of freedom, respectivley.

    The random variable given below has the \(F\) distribution with \(m - 1\) degrees of freedom in the numerator and \(n - 1\) degrees of freedom in the denominator: \[ \frac{S^2(\bs{X}) / \sigma^2}{S^2(\bs{Y}) / \tau^2} \]

    Proof

    Using the notation in the subsection on the standard sample variances, note that \(S^2(\bs{X}) / \sigma^2 = V(\bs{X}) \big/ (m - 1)\) and \(S^2(\bs{Y}) / \tau^2 = V(\bs{Y}) \big/ (n - 1)\). The result then follows immediately since \(V(\bs{X})\) and \(V(\bs{Y})\) are independent chi-square variables with \(m - 1\) and \(n - 1\) degrees of freedom, respectively.

    These variables are useful for constructing interval estimates and hypothesis tests of the ratio of the standard deviations \(\sigma / \tau\). The choice of the \(F\) variable depends on whether the means \(\mu\) and \(\nu\) are known or unknown. Usually, of course, the means are unknown and so the statistic in above is used.

    In the special distribution simulator, select the \(F\) distribution. Vary the degrees of freedom parameters and note the shape and location of the probability density function and the mean\( \pm \)standard deviation bar. For selected values of the parameters, run the experiment 1000 times and compare the empirical density function and moments to the true distribution density function and moments.

    The \( T \) Variable

    Our final construction in the two sample normal model will result in a variable that has the student \( t \) distribution. This variable plays a fundamental role in constructing interval estimates and hypothesis test for the difference \(\mu - \nu\) when the distribution standard deviations \(\sigma\) and \(\tau\) are unknown. The construction requires the additional assumption that the distribution standard deviations are the same: \( \sigma = \tau \). This assumption is reasonable if there is an inherent variability in the measurement variables that does not change even when different treatments are applied to the objects in the population.

    Note first that the standard score associated with the difference in the sample means becomes \[ Z = \frac{[M(\bs{Y}) - M(\bs{X})] - (\nu - \mu)}{\sigma \sqrt{1 / m + 1 / n}} \] To construct our desired variable, we first need an estimate of \(\sigma^2\). A natural approach is to consider a weighted average of the sample variances \(S^2(\bs{X})\) and \(S^2(\bs{Y})\), with the degrees of freedom as the weight factors (this is called the pooled estimate of \(\sigma^2\). Thus, let \[ S^2(\bs{X}, \bs{Y}) = \frac{(m - 1) S^2(\bs{X}) + (n - 1) S^2(\bs{Y})}{m + n - 2} \]

    The random variable \( V \) given below has the chi-square distribution with \(m + n - 2\) degrees of freedom: \[ V = \frac{(m - 1)S^2(\bs{X}) + (n - 1) S^2(\bs{Y})}{\sigma^2} \]

    Proof

    The variable can be expressed as the sum of independent chi-square variables.

    The variables \(M(\bs{Y}) - M(\bs{X})\) and \(S^2(\bs{X}, \bs{Y})\) are independent.

    Proof

    The following pairs of variables are independent: \((M(\bs{X}), S(\bs{X}))\) and \((M(\bs{Y}, S(\bs{Y}))\); \(M(\bs{X})\) and \(S(\bs{X})\); \(M(\bs{Y})\) and \(S(\bs{Y})\)

    The random variable \( T \) given below has the student \(t\) distribution with \(m + n - 2\) degrees of freedom. \[ T = \frac{[M(\bs{Y}) - M(\bs{X})] - (\nu - \mu)}{S(\bs{X}, \bs{Y}) \sqrt{1 / m + 1 / n}} \]

    Proof

    The random variable can be written as \(Z / \sqrt{V / (m + n - 2}\) where \(Z\) is the the standard normal variable given above and \( V \) is the chi-square variable given above. Moreover, \( Z \) and \( V \) are independent by the previous result.

    The Bivariate Sample Model

    Suppose now that \(\left((X_1, Y_1), (X_2, Y_2), \ldots, (X_n, Y_n)\right)\) is a random sample of size \(n\) from the bivariate normal distribution with means \(\mu \in \R\) and \(\nu \in \R\), standard deviations \(\sigma \in (0, \infty)\) and \(\tau \in (0, \infty)\), and correlation \(\rho \in [0, 1]\). Of course, \(\bs{X} = (X_1, X_2, \ldots, X_n)\) is a random sample of size \(n\) from the normal distribution with mean \(\mu\) and standard deviation \(\sigma\), and \(\bs{Y} = (Y_1, Y_2, \ldots, Y_n)\) is a random sample of size \(n\) from the normal distribution with mean \(\nu\) and standard deviation \(\tau\), so the results above in the one sample model apply to \(\bs{X}\) and \(\bs{Y}\) individually. Thus our interest in this section is in the relation between various \(\bs{X}\) and \(\bs{Y}\) statistics and properties of sample covariance.

    The bivariate (or more generally multivariate) model occurs naturally when considering two (or more) variables in the statistical experiment. For example, the heights of the fathers and the heights of the sons in Pearson's height data may well fit observations from the bivariate normal model.

    In the notation that we have used previously, recall that \(\sigma^3 = \E\left[(X - \mu)^3\right] = 0\), \(\sigma_4 = \E\left[(X - \mu)^4\right] = 3 \sigma^4\), \(\tau_3 = \E\left[(Y - \nu)^3\right] = 0\), \(\tau_4 = \E\left[(Y - \nu)^4\right] = 3 \tau^4\), \( \delta = \cov(X, Y) = \sigma \tau \rho\). and \(\delta_2 = \E[(X - \mu)^2 (Y - \nu)^2] = \sigma^2 \tau^2 (1 + 2 \rho^2)\).

    The data vector \(((X_1, Y_1), (X_2, Y_2), \ldots (X_n, Y_n))\) has a multivariate normal distribution.

    1. The mean vector has a block form, with each block being \((\mu, \nu)\).
    2. The variance-covariance matrix has a block-diagonal form, with each block being \(\left[\begin{matrix} \sigma^2 & \sigma \tau \rho \\ \sigma \tau \rho & \tau^2 \end{matrix} \right]\).
    Proof

    This follows from standard results for the multivariate normal distribution. Of course the blocks in parts (a) and (b) are simply the mean and variance-covariance matrix of a single observation \((X, Y)\).

    Sample Means

    \(\left(M(\bs{X}), M(\bs{Y})\right)\) has a bivariate normal distribution. The covariance and correlation are

    1. \(\cov\left[M(\bs{X}), M(\bs{Y})\right] = \sigma \tau \rho / n\)
    2. \(\cor\left[M(\bs{X}), M(\bs{Y})\right] = \rho\)
    Proof

    The bivariate normal distribution follows from previous result since \((M(\bs{X}), M(\bs{Y}))\) can be obtained from the data vector by a linear transformation. Parts (a) and (b) follow from our previous general results.

    Of course, we know the individual means and variances of \(M(\bs{X})\) and \(M(\bs{Y})\) from the one-sample model above. Hence we know the complete distribution of \((M(\bs{X}), M(\bs{Y}))\).

    Sample Variances

    The covariance and correlation between the special sample variances are

    1. \(\cov\left[W^2(\bs{X}), W^2(\bs{Y})\right] = 2 \sigma^2 \tau^2 \rho^2 / n\)
    2. \(\cor\left[W^2(\bs{X}), W^2(\bs{Y})\right] = \rho^2\)
    Proof

    These results follow from our previous general results and the special form of \(\delta_2\), \(\sigma_4\), and \(\tau_4\).

    The covariance and correlation between the standard sample variances are

    1. \(\cov\left[S^2(\bs{X}), S^2(\bs{Y})\right] = 2 \sigma^2 \tau^2 \rho^2 / (n - 1)\)
    2. \(\cor\left[S^2(\bs{X}), S^2(\bs{Y})\right] = \rho^2\)
    Proof

    These results follow from our previous general results and the special form of \(\delta\), \(\delta_2\), \(\sigma_4\), and \(\tau_4\).

    Sample Covariance

    If \(\mu\) and \(\nu\) are known (again usually an artificial assumption), a natural estimator of the distribution covariance \(\delta\) is the special version of the sample covariance \[ W(\bs{X}, \bs{Y}) = \frac{1}{n} \sum_{i=1}^n (X_i - \mu)(Y_i - \nu) \]

    The mean and variance of \(W(\bs{X}, \bs{Y})\) are

    1. \(\E[W(\bs{X}, \bs{Y})] = \sigma \tau \rho\)
    2. \(\var[W(\bs{X}, \bs{Y})] = \sigma^2 \tau^2 (1 + \rho^2) / n\)
    Proof

    These results follow from our previous general results and the special form of \(\delta\) and \(\delta_2\).

    If \(\mu\) and \(\nu\) are unknown (again usually the case), then a natural estimator of the distribution covariance \(\delta\) is the standard sample covariance \[ S(\bs{X}, \bs{Y}) = \frac{1}{n - 1} \sum_{i=1}^n [X_i - M(\bs{X})][Y_i - M(\bs{Y})] \]

    The mean and variance of the sample variance are

    1. \(\E[S(\bs{X}, \bs{Y})] = \sigma \tau \rho\)
    2. \(\var[S(\bs{X}, \bs{Y})] = \sigma^2 \tau^2 (1 + \rho^2) \big/ (n - 1)\)
    Proof

    These results follow from our previous general results and the special form of \(\delta\) and \(\delta_2\).

    Computational Exercises

    We use the basic notation established above for samples \(\bs{X}\) and \(\bs{Y}\), and for the statistics \(M\), \(W^2\), \(S^2\), \(T\), and so forth.

    Suppose that the net weights (in grams) of 25 bags of M&Ms form a random sample \(\bs{X}\) from the normal distribution with mean 50 and standard deviation 4. Find each of the following:

    1. The mean and standard deviation of \(M\).
    2. The mean and standard deviation of \(W^2\).
    3. The mean and standard deviation of \(S^2\).
    4. The mean and standard deviation of \(T\).
    5. \(\P(M \gt 49, S^2 \lt 20))\).
    6. \(\P(-1 \lt T \lt 1)\).
    Answer
    1. \(50, \; 4 / 5\)
    2. \(16, \; 16 \sqrt{2} / 5\)
    3. \(16, \; 8 / \sqrt{3}\)
    4. \(0, \; 2 \sqrt{3 / 11}\)
    5. \(0.7291\)
    6. \(0.6727\)

    Suppose that the SAT math scores from 16 Alabama students form a random sample \(\bs{X}\) from the normal distribution with mean 550 and standard deviation 20, while the SAT math scores from 25 Georgia students form a random sample \(\bs{Y}\) from the normal distribution with mean 540 and standard deviation 15. The two samples are independent. Find each of the following:

    1. The mean and standard deviation of \(M(\bs{X})\).
    2. The mean and standard deviation of \(M(\bs{Y})\).
    3. The mean and standard deviation of \(M(\bs{X}) - M(\bs{Y})\).
    4. \(\P[M(\bs{X}) \gt M(\bs{Y})]\).
    5. The mean and standard deviation of \(S^2(\bs{X})\).
    6. The mean and standard deviation of \(S^2(\bs{Y})\).
    7. The mean and standard deviation of \(S^2(\bs{X}) / S^2(\bs{Y})\)
    8. \(\P[S(\bs{X}) \gt S(\bs{Y})]\).
    Answer
    1. \(550, \; 5\)
    2. \(540, \; 3\)
    3. \(10, \; \sqrt{34}\)
    4. \(0.9568\)
    5. \(400, \; 80 \sqrt{10 / 3}\)
    6. \(225, \; 75 \sqrt{3} / 2\)
    7. \(64 / 33, \; \frac{32}{165} \sqrt{74 / 3}\)
    8. \(0.8750\)

    This page titled 6.8: Special Properties of Normal Samples is shared under a CC BY 2.0 license and was authored, remixed, and/or curated by Kyle Siegrist (Random Services) via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.

    • Was this article helpful?