Documentation

ZPM.Analysis.InnerProductSpace.KernelMeanEmbedding.NormBound

Norm bounds for RKHS functions and the kernel mean embedding #

Point-evaluation bound: ‖f x‖ ≤ C · ‖f‖ where C = BoundedKernel.bound. RKHS functions are continuous and integrable under finite measures. The kernel mean embedding of a probability measure has norm at most C.

Pointwise bound on RKHS function evaluations via Cauchy-Schwarz.

theorem continuous_rkhs_apply {X : Type u_1} [TopologicalSpace X] {H : Type u_2} [NormedAddCommGroup H] [InnerProductSpace H] [CompleteSpace H] [RKHS H X ] (hcont : Continuous fun (x : X) => (RKHS.kerFun H x) 1) (f : H) :
Continuous fun (x : X) => f x

x ↦ f x is continuous whenever the kernel section map is.

RKHS functions are integrable under any finite measure when the kernel is bounded.

Norm of the kernel mean embedding of a probability measure is bounded by the kernel bound.