Fréchet Mean¶
Any point minimizing expected or empirical squared metric distance to observations, generalizing the Euclidean arithmetic mean to nonlinear metric spaces.
Core Idea¶
Given a metric space \((M,d)\) and a probability measure \(P\), a Fréchet mean is any minimizer of
For observations \(x_1,\ldots,x_n\), the empirical version minimizes \(\sum_i d(p,x_i)^2\). In Euclidean space this recovers the arithmetic mean, but in a general space the minimizer may fail to exist or may not be unique.
The recognition invariant is metric-space carrier + squared-distance energy + global argmin + explicit existence/uniqueness status.
Scope of Application¶
Fréchet means summarize directional data, shapes, phylogenetic trees, covariance matrices, rotations, manifolds, Wasserstein spaces, graphs, and other nonlinear objects for which coordinatewise averaging leaves the space or ignores geometry.
Intrinsic and extrinsic means answer different questions. An extrinsic mean averages after embedding and projects back; an intrinsic mean minimizes distance within the space.
Clarity¶
Report the space, metric, measure/sample weights, exponent, intrinsic/extrinsic convention, and optimization domain. Completeness alone does not guarantee existence for every distribution without coercivity/compactness or appropriate moment conditions.
Manages Complexity¶
The construction reduces a cloud of non-Euclidean observations to a geometry-respecting representative through one reusable variational rule. The same rule exposes ambiguity: multiple minimizers reveal symmetry, positive curvature, or dispersed data that a forced coordinate mean would hide.
Abstract Reasoning¶
- Specify the metric space and distance.
- Verify measurability and finite-moment conditions.
- Build the population or empirical Fréchet function.
- Establish lower semicontinuity/coercivity or compactness for existence.
- Use curvature or convexity conditions to assess uniqueness.
- Distinguish local numerical solutions from global minimizers.
- Quantify the minimum as Fréchet variance.
- Analyze sample-to-population consistency and uncertainty.
Knowledge Transfer¶
The portable structure is defining a representative as the state minimizing aggregate dissimilarity. The proposed immediate parent is Optimization.
Relationships to Other Abstractions¶
Current abstraction Fréchet Mean Domain-specific
Parents (1) — more general patterns this builds on
-
Fréchet Mean is a kind of Optimization Prime
Optimization is the proposed immediate parent.
Hierarchy path (1) — routes to 1 parentless root
- Fréchet Mean → Optimization
Neighborhood in Abstraction Space¶
Fréchet Mean sits in a sparse region of the domain-specific corpus (90th percentile for distinctiveness): few abstractions share its structure, so a faithful description tends to retrieve it precisely.
Family — Metric Geometry & Approximation (13 abstractions)
Nearest neighbors
- Delone Set — 0.79
- Fréchet space — 0.79
- Fréchet manifold — 0.78
- Geodesic convexity — 0.78
- Metric projection — 0.78
Computed from structural-signature embeddings · 2026-09-08