An exponential family separates the data-dependent quantities from their parameter-dependent coefficients in the log density. This structure makes sufficiency, likelihood, and the local geometry accessible through one function.
Begin with a sufficient statistic¶
Let be independent Bernoulli variables with success probability . Their joint mass function is
The sample enters the parameter-dependent part only through the count . Conditional on , all binary sequences with successes have equal probability, independent of . This directly shows that is sufficient: the conditional distribution of the full data given the statistic contains no further dependence on the parameter.
Set . For a single observation,
The subtraction of normalizes the two masses. This calculation motivates the general form; it does not derive every exponential family from an arbitrary sufficient statistic.
The general form and its domain¶
Fix a measure , a nonnegative carrier , and a vector-valued statistic . Define
The natural parameter domain consists of parameters where the integral is positive and finite. We work on its nonempty open interior and assume the support is fixed. On this interior the integral admits local differentiation of all orders; exponential integrability in a neighborhood controls the moments of . This is the regular setting used below.
The domain is convex: Hölder’s inequality bounds the normalizing integral at a convex combination of two parameters by the corresponding geometric mean of their integrals. In particular, is convex.
For independent observations from this family, the density factors as
The factorization criterion for dominated models therefore makes sufficient. Its dimension stays fixed as grows. Sufficiency alone is a broader concept: the full data are always sufficient, and converse characterizations of exponential families require additional hypotheses.
Differentiating the normalizer¶
Write . Differentiation under the integral yields
Define the expectation parameter . Since , a second derivative gives
Thus is positive semidefinite. For any vector ,
The representation is minimal if no nonzero makes constant almost everywhere on the support. Under minimality the variance above is positive for every , so is strictly convex and its gradient has an invertible derivative. Natural and expectation parameters are then smooth local coordinates for the same family. Strict convexity also makes injective on ; its image must still be distinguished from boundary moments or the entire set of conceivable moment vectors.
The score, the derivative of the log density, is
Its covariance is the Fisher information matrix in natural coordinates: . The Fisher note derives this metric for general regular models.
Two examples¶
For Bernoulli observations, direct differentiation gives
The expectation coordinate is the success probability. Natural coordinates range over , while expectation coordinates range over .
For the normal running example, with mean and standard deviation , we now use for natural coordinates in place of the earlier location and scale coordinates. With Lebesgue measure and , the representation is
Completing the square in the integral verifies this normalizer. Differentiating recovers . The expectation domain is ; equality would describe zero variance, outside the family.
This is a full two-dimensional family: the natural coordinates vary over the open half-plane . Restricting, for example, to produces a one-dimensional curved subfamily in that natural coordinate space. The ambient potential still exists, but the restricted model does not automatically inherit the full family’s affine coordinates.
Likelihood becomes moment matching¶
For observed data, let . Up to a parameter-independent term, the average log likelihood is
An interior optimum of a full family must satisfy
Its Hessian is , so in a minimal family an interior solution is the unique maximum. Existence is a separate question. If all Bernoulli observations are successes, then lies outside and the likelihood supremum is approached as ; no finite natural parameter attains it.
For a constrained parameterization with Jacobian , the stationary equation is instead . Matching every ambient sufficient-statistic moment is generally too strong. This distinction will matter when an EM M-step fits a constrained joint model.
For further reading, Michael I. Jordan’s The Exponential Family: Basics, §§8.3–8.7, treats moment derivatives, sufficiency, and likelihood. That reference uses different symbols for natural and expectation parameters.
Continue with latent variables and EM, or take the geometry route to Fisher information. The hub lists both routes.