-
Notifications
You must be signed in to change notification settings - Fork 664
[Merged by Bors] - feat: define IsKolmogorovProcess
#27202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - feat: define IsKolmogorovProcess
#27202
Conversation
PR summary 83404a604cImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Co-authored-by: EtienneC30 <[email protected]>
Thanks! |
🚀 Pull request has been placed on the maintainer queue by EtienneC30. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks!
bors d+
✌️ RemyDegenne can now approve this pull request. To approve and merge a pull request, simply reply with |
Co-authored-by: Sebastien Gouezel <[email protected]>
bors r+ |
A stochastic process `X : T → Ω → E` on an index space `T` and a measurable space `Ω` with measure `P` is said to satisfy the Kolmogorov condition with exponents `p, q` and constant `M` if for all `s, t : T`, the pair `(X s, X t)` is measurable for the Borel sigma-algebra on `E × E` and the following condition holds: `∫⁻ ω, edist (X s ω) (X t ω) ^ p ∂P ≤ M * edist s t ^ q`. This is the main assumption of the Kolmogorov-Chentsov theorem, which gives the existence of a continuous modification of the process. From the Brownian motion project.
Pull request successfully merged into master. Build succeeded: |
IsKolmogorovProcess
IsKolmogorovProcess
A stochastic process
X : T → Ω → E
on an index spaceT
and a measurable spaceΩ
with measureP
is said to satisfy the Kolmogorov condition with exponentsp, q
and constantM
if for alls, t : T
, the pair(X s, X t)
is measurable for the Borel sigma-algebra onE × E
and the following condition holds:∫⁻ ω, edist (X s ω) (X t ω) ^ p ∂P ≤ M * edist s t ^ q
.This is the main assumption of the Kolmogorov-Chentsov theorem, which gives the existence of a continuous modification of the process.
From the Brownian motion project.