A normal distribution can be described by its mean and standard deviation, or by its mean and variance. The coordinate vectors differ, but the distribution is the same. We use this two-parameter family to explain what tangent vectors and metrics describe, and how they behave when coordinates change. Symbols follow the shared notation.
A running example: normal location and scale¶
Let , where is the mean and is the standard deviation. With respect to Lebesgue measure on , the density is
Both parameters vary. Changing translates the density; changing changes its spread. Thus even though each observation is a single real number, the family of laws is two-dimensional. Here denotes location and scale coordinates; the exponential-family note later expresses the same laws in natural coordinates.
We can instead use , where the local symbol denotes variance. The maps and are smooth inverses on their domains. They relabel the same normal laws. The case is excluded: a point mass has no density of the displayed form.
Coordinates and the geometry they describe¶
In Euclidean space, a displacement has squared length . This formula uses Cartesian coordinates and a chosen inner product. After changing coordinates, the same inner product usually has a different matrix.
For example, away from the origin and a chosen angular cut, write a point of the plane using radius and polar angle as , . Differentiating gives
Squaring and adding cancels the cross terms:
The factor records the distance traveled by an angular displacement. The underlying plane is still Euclidean. A metric matrix that varies with the coordinates does not by itself establish curvature.
For the normal family, the coordinate displacement becomes . Assigning the sum of squared components in each chart would give different lengths to the same change in the law. We need a statistical criterion for choosing the metric, and a coordinate transformation rule for expressing that one metric in both charts.
The local role of a manifold¶
A smooth -dimensional manifold is a space that can be described locally by real coordinates, with smooth invertible changes of coordinates on overlaps. A coordinate map on such a neighborhood is a chart. One chart need not cover the whole space: an angle describes a circle locally, but a single real angle with no identification cannot describe it globally and continuously.
An open parameter domain is already a manifold. For a statistical model, the map from parameters to densities,
must also be examined. Distinct parameter values can give the same law, and a nonzero parameter velocity can sometimes have zero first-order effect on the law. To use parameters as regular local coordinates for distributions, we need local identifiability and a nondegenerate differential of this map. Merely listing parameters does not establish a -dimensional regular model. For the normal family, the mean and variance determine the law uniquely. The score calculation below will also show that every nonzero parameter velocity has a nonzero first-order effect on the density.
Tangent vectors are velocities¶
Let be a smooth curve through . Its velocity , with the dot denoting differentiation in , represents a tangent vector at that point. Curves with the same first-order motion represent the same tangent vector; their accelerations can differ.
For the normal family, write , where and . The superscripts name components, not powers. The curve
realizes this velocity for sufficiently small with . The vector changes the mean while holding the standard deviation fixed; changes the standard deviation while holding the mean fixed. A general combines these motions. Its components specify rates of perturbation of the existing parameters.
Under a smooth coordinate change , let denote its Jacobian matrix. The chain rule gives
For the variance chart this reads
For example, at , increasing the standard deviation at unit rate increases the variance at rate 4. These component vectors describe the same tangent vector. A smooth scalar function on the manifold detects that vector by its directional derivative:
Here differentiates with respect to the th parameter coordinate. Applying this operation to for a fixed gives the directional score , where . Equivalently, the density itself changes at rate
This identifies the statistical effect of a parameter velocity. We next use it to measure the size of that velocity.
A metric assigns inner products to tangent spaces¶
A Riemannian metric assigns a smoothly varying positive definite inner product to pairs of tangent vectors at the same point . In a chart it has a symmetric matrix :
If and , then . Substitution gives the transformation rule
The number is unchanged. Orthogonality means at the point where both vectors live. For a piecewise smooth curve , , the length is
Taking the infimum of these lengths over curves joining two points defines their Riemannian distance within a connected component. A local quadratic form and a finite distance are therefore related but different objects.
Fisher lengths in the normal family¶
We now derive the normal family’s Fisher metric by averaging products of directional scores. Differentiating the log density gives
Put . Then the two score components are and , and the directional score is
The mean component is odd in : it shifts probability from one side of the mean to the other. The scale component is negative for and positive for : increasing lowers the density near the mean and raises it in the tails. These two changes in the density are linearly independent.
Symmetry gives , while and . The fourth moment follows by integrating by parts using the derivative of the standard normal density: . Consequently,
Taking the expected outer product of the score vector therefore yields the Fisher information matrix per observation. For a second velocity , it also gives the inner product:
This matrix is smooth and positive definite for every . In particular, a nonzero has a directional score with positive mean square, so its first-order density change cannot vanish almost everywhere. Normal densities have common positive support and finite moments of every order; on a bounded parameter neighborhood with bounded away from zero, their derivatives have integrable Gaussian bounds. The regularity needed for this Fisher calculation holds throughout .
The Fisher speed of the perturbation is
It is the root mean square rate of change in log density under the current law. At , the velocities and have Fisher speeds and , respectively, and they are Fisher-orthogonal. For a fixed mean velocity, doubling the current standard deviation halves the speed: a shift of the mean produces a smaller relative change in a broader density. Fixing instead gives the one-parameter subfamily with metric .
In the variance chart, the inverse Jacobian is
Using (11) with gives
Substituting into recovers (16). Both coordinate systems assign the same speed to the same statistical perturbation. The Fisher note derives the general score construction and relates it to local KL divergence.
Comparing velocities at different points¶
A metric compares tangent vectors at the same point. A connection adds a rule for differentiating vector fields along curves and transporting vectors between tangent spaces. A connection geodesic has velocity parallel along itself, meaning its covariant acceleration vanishes.
The metric determines a distinguished torsion-free, metric-compatible connection, the Levi-Civita connection. Its geodesics minimize length on sufficiently short segments. Information geometry also uses a pair of dual connections. Their geodesics can differ from the Levi-Civita geodesics; their curvature can differ as well. The duality note makes this distinction explicit for exponential families.
The connection results in this section are stated without proof; see §2 of Frank Nielsen’s An elementary introduction to information geometry. The tangent-vector and normal-metric calculations above use the chain rule, inner products, and normal moments.
Continue with exponential families, or return to the Information Geometry hub.