This commit is contained in:
2026-07-20 14:14:55 +08:00
parent 24b006225b
commit ebb0e425ca
88 changed files with 3995 additions and 6 deletions

View File

@@ -0,0 +1,54 @@
---
title: "Orlicz Statistical Manifold (Orlicz 统计流形)"
created: 2026-07-10
updated: 2026-07-10
type: concept
tags: ["information-geometry", "functional-analysis", "banach-space", "non-parametric-statistics"]
sources: ["Pistone & Sempi (1995)", "[[smg-framework-2026|SMG (Cheng et al., 2026)]]"]
---
# Orlicz Statistical Manifold (Orlicz 统计流形)
SMG 的总空间 M 是构建在**指数 Orlicz 空间**上的无穷维非参数统计流形——这是 Amari 有限维参数流形的根本性升级。
## Pistone-Sempi 构造
σ-有限测度空间 (X, Σ, µ),定义 Young 函数 Φ(u) = cosh(u) - 1指数增长
```
M = { f : X → R⁺ | ∫_X f(x)µ(dx) = 1, ln(f/f_Ref) ∈ L^Φ(P_Ref) }
```
切空间同构于中心化 Orlicz 子空间:
```
Tf M = { v ∈ L^Φ(Pf) | E_f[v(X)] = 0 }
```
## 为什么需要 Orlicz 空间?
| 空间类型 | 适用模型 | 局限 |
|---------|---------|------|
| L² (Hilbert) | 参数模型 | Fisher 度量定义域不足 |
| L^Φ (Orlicz) | 非参数 Bayes / 变换器 | 支持指数尾分布族 |
| Banach 流形 | 一般光滑结构 | 缺少自然内积 |
Orlicz 空间 L^Φ 通过 Luxemburg 范数 ‖u‖_{L^Φ} = inf{ k>0 : E[Φ(u/k)] ≤ 1 } 提供了适当的拓扑,支持指数族和更广泛的非参数分布类。
## 在 SMG 中的角色
SMG 的无穷维 Orlicz 总流形 M 是整个纤维丛的底空间承载者:
- **dim(M) = ∞** → 容纳万亿参数的垂直操作空间
- **dim(B) = d**(可观测特征维度)→ 统计可见的真实复杂度
- M 的"过度维度"不是缺陷——它是 **Blessing of Dimensionality** 的拓扑基础
## 与 [[statistical-manifold|标准统计流形]] 的区别
标准统计流形Amari假设有限参数化 p_θ。SMG 的 Orlicz 流形接受**任何**绝对连续概率测度,无需参数坐标。
## 参考
- [[statistically-meaningful-geometry|SMG]]
- [[statistical-manifold|Statistical Manifold]]
- [[information-geometry|Information Geometry]]