Euclidean distance between parameter vectors measures changes in the chosen coordinates. Fisher geometry instead measures first-order changes in the log density, averaged under the model. Its coordinate matrix changes when the parameters change, while the length assigned to the same statistical motion stays fixed.
A regular model and its scores¶
Let be densities with respect to a fixed measure , with in an open subset of . Assume a common positive support, twice continuously differentiable densities, and local integrable bounds that justify differentiating the normalizing integral twice. Assume the scores are square integrable. For the KL expansion below, also require that the expected log density has a second-order Taylor expansion with an integrable remainder.
Write and define the column score vector
Along a curve with velocity , the log density changes at rate . Differentiating gives
The Fisher information matrix per observation is
Thus is the mean square directional change in log density. The matrix is always positive semidefinite. It gives a Riemannian metric on a regular region where it is positive definite and smooth. A null direction means a zero first-order change in the density almost everywhere; global identifiability alone does not exclude such singular parameterizations.
Local KL divergence gives the same quadratic form¶
Differentiating the normalizer a second time, using , gives
Now hold the first distribution fixed in
Taylor expansion of the second log density has a linear term with expectation zero and a quadratic term involving . Therefore
This is a local expansion as at a fixed interior parameter. Finite KL is generally asymmetric and is not squared Riemannian distance. For independent observations, scores add and their cross-covariances vanish, so the information matrix is .
Reparameterization changes the matrix, not the length¶
Use a smooth invertible chart and let . By the chain rule,
Since , the two quadratic expressions agree:
This is exactly the metric transformation law. A Euclidean metric can also be transformed correctly. The problem arises if one declares the identity matrix to be the metric anew in every nonlinear chart: that changes the geometry.
The normal running example¶
For with and , use . The introductory calculation gives the Fisher matrix . Its transformation to mean and variance coordinates is worked out there as well.
We can check the local KL expansion directly for this family. Let , with . Taking the expected log density ratio and using gives the exact formula
For a fixed velocity , set . Expanding the logarithm and the reciprocal square at cancels the linear terms and yields
Thus the squared Fisher speed determines the leading KL change along either parameter direction, or any combination of them. The expansion is local at a fixed , with . If is known and only varies, the restricted metric is , so a scaled Euclidean metric is appropriate for that subfamily.
Bernoulli probability and log odds¶
For with , differentiation gives
Because ,
Equal small changes in probability have different local statistical sizes: the coefficient is 4 at and at . This statement uses the infinitesimal metric, not a finite-step equality for KL.
Now take the natural parameter . Since , the same metric is
This agrees with from the exponential-family calculation.
Three different uses of L2¶
The Euclidean norm on a finite parameter vector is more precisely an norm. It should be distinguished from two function-space constructions.
| Space | Squared size | What determines it |
|---|---|---|
| Parameter coordinates | A chosen Euclidean inner product in that chart | |
| Scores in | The model law at the point; this is Fisher information | |
| Density differences in | A reference measure and densities relative to it; finiteness is an extra requirement |
Raw density is invariant under parameter relabeling because the densities do not change. It generally depends on the measurement coordinates. For Lebesgue densities and with , the transformed densities satisfy , so
A fixed invertible transformation of the observation contributes a parameter-independent Jacobian to the log density, so it leaves scores and Fisher information unchanged. This explains a distinction between Fisher geometry and raw density that parameter invariance alone cannot explain.
Square-root densities recover Fisher geometry¶
There is a useful representation. Map a density to , which has norm 2. Assume this map is differentiable in , with derivative along given by
Then its squared norm is precisely . This is an isometric realization of the tangent metric by square-root densities. It is not the raw density-difference construction above.
With the convention
the same differentiability gives
The factors for KL and for this squared Hellinger convention describe the same local Fisher metric. Finite Hellinger distance measures a chord between square-root densities; Fisher–Rao distance minimizes path length within the specified statistical model.
For background on the metric and these representations, see §§3.9–3.12 of Frank Nielsen’s An elementary introduction to information geometry. The conditional-expectation note explains projection in the other Hilbert space used here, .
Continue with dual coordinates and KL projections, or return to the Information Geometry hub.