How many points uniquely identify a normal distribution

normal distributionstatistics

The normal distribution is uniquely identified by its mean and variance. I am interested in how many distinct values of the pdf are needed to uniquely determine the mean and variance.

Is this well known?

My guess is that maybe 2 3 points is all that is needed.

  • If we are given two points to the left of the peak, it looks like this is enough. If we have 3 points then at least two must be on one side of the peak (unless one is actually at the peak).
  • It seems two normal distributions can intersect at at most 2 points. A third point might then be sufficient to uniquely identify the distribution.

Best Answer

It looks to me like typically (always?) you will need three points to distinguish a specific normal curve. Let's look at the case of one curve being standard normal, and the other being general:

To find intersection points, we need to solve:

$$e^{-\frac{x^2}{2}}=\frac{1}{\sigma}\cdot e^{-\frac{(x-\mu)^2}{2\sigma^2}}$$

This can be rewritten as $\frac{1}{\sigma}=e^{-\frac{x^2}{2}+\frac{(x-\mu)^2}{2\sigma^2}}$

Upon taking logarithms, you will generally get a quadratic in $x$, so two solutions (usually).

This means that most normal curves will intersect twice, thus requiring $3$ points for unique determination.