In many signal processing calculations, the (prior) probability distribution of the theoretical signal (not the signal + noise) is required.
In random signal theory, this distribution is typically a stochastic process, e.g. a Gaussian or a uniform process.
What do such distributions become in deterministic signal theory?, that is the question.
To make it simple, consider a discrete-time real deterministic signal
s(1),s(2),...,s(M)
For instance, they may be samples from a continuous-time real deterministic signal.
By the standard definition of a discrete-time deterministic dynamical system, there exists:
- a phase space Γ, e.g. Γ⊂Rd
- an initial condition z(1)∈Γ
- a state-space equation f:Γ→Γ having z(1) in its domain of definition such as z(m+1)=f[z(m)]
- an output or observation equation g:Γ→R such as s(m)=g[z(m)]
Hence, by definition we have
[s(1),s(2),...,s(M)]={g[z(1)],g[f(z(1))],...,g[fM−1(z(1))]}
or, in probabilistic notations
p[s(1),s(2),...,s(M)|z(1),f,g,Γ,d]=M∏m=1δ{g[fm−1(z(1))]−s(m)}
Therefore, by total probability and the product rule, the marginal joint prior probability distribution for a discrete-time deterministic signal conditional on phase space Γ and its dimension d formally/symbolically writes
p[s(1),s(2),...,s(M)|Γ,d]=∫RΓDg∫ΓΓDf∫Γddz(1)M∏m=1δ{g[fm−1(z(1))]−s(m)}p(z(1),f,g)
Should phase space Γ and its dimension d be also unknown *a priori*, they should be marginalized as well so that the most general marginal prior probability distribution for a deterministic signal I'm interested in formally/symbolically writes
p[s(1),s(2),...,s(M)]=+∞∑d=2∫℘(Rd)DΓ∫RΓDg∫ΓΓDf∫Γddz(1)M∏m=1δ{g[fm−1(z(1))]−s(m)}p(z(1),f,g,Γ,d)
where ℘(Rd) stands for the powerset of Rd.
Dirac's δ distributions are certainly welcome to "digest" those very high dimensional integrals. However, we may also be interested in probability distributions like
p[s(1),s(2),...,s(M)]∝+∞∑d=2∫℘(Rd)DΓ∫RΓDg∫ΓΓDf∫Γddz(1)∫R+dσσ−Me−M∑m=1{g[fm−1(z(1))]−s(m)}22σ2p(σ,z(1),f,g,Γ,d)
Please, what can you say about those important probability distributions beyond the fact that they should not be invariant by permutation of the time points, i.e. not De Finetti-exchangeable?
What can you say about such strange looking functional integrals (for the state-space and output equations f and g) and even set-theoretic integrals (for phase space Γ) over sets having cardinal at least ℶ2? Are they already well-known in some branch of mathematics I do not know yet or are they only abstract nonsense?
More generally, I'd like to learn more about functional integrals in probability theory. Any pointer would be highly appreciated. Thanks.