A univariate Gaussian is a special case of a multivariate Gaussian where the data is one-dimensional. The parameter vector is .

The ML estimation process is analogous to the multivariate case:

  • The ML estimate of the mean () is the sample mean (average) of the scalar training data points.

  • The ML estimate of the variance () is the sample variance of the training data.

    Note: Using a denominator of T-1 provides an unbiased estimate.