docs(point_processes): add comprehensive ReadTheDocs documentation

- Algorithm guide: Hawkes processes, fBM, mixed fBM, Mittag-Leffler
- Full mathematical background with LaTeX equations
- API reference for all 8 Python-bound functions
- Usage examples, performance benchmarks, module architecture
- Updated index.rst toctree with new entries
This commit is contained in:
ThotDjehuty
2026-02-19 21:16:26 +01:00
parent 6c2ce3d238
commit 6ab4976e7a
3 changed files with 983 additions and 0 deletions
+2
View File
@@ -36,6 +36,7 @@ Optimiz-rs provides blazingly fast, production-ready implementations of advanced
algorithms/optimal_control
algorithms/risk_metrics
algorithms/grid_search
algorithms/point_processes
.. toctree::
:maxdepth: 2
@@ -48,6 +49,7 @@ Optimiz-rs provides blazingly fast, production-ready implementations of advanced
api/sparse
api/optimal_control
api/risk_metrics
api/point_processes
.. toctree::
:maxdepth: 1