-
Notifications
You must be signed in to change notification settings - Fork 2
Docs update #76
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
Docs update #76
Conversation
Introduces a new example and documentation for fitting Hawkes process models, including a Julia script, markdown tutorial, and sample data. Adds CSV and DataFrames as documentation dependencies. Also corrects typos and improves clarity in Basics.md.
|
hmm somehow this got messed up/wrong files got pushed up. Let me fix this. |
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.
Pull request overview
This PR adds a comprehensive tutorial on fitting Hawkes point process models to data. The tutorial demonstrates how to analyze cat litter box usage data using maximum likelihood estimation with the PointProcesses.jl package.
Key changes:
- New Hawkes process tutorial with theoretical background and practical implementation
- Example dataset containing cat litter box entry timestamps
- Added required dependencies (CSV, Clustering, DataFrames) to documentation environment
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 8 comments.
| File | Description |
|---|---|
| docs/src/examples/Hawkes.md | Generated markdown documentation for the Hawkes process tutorial including mathematical background, code examples, and visualization |
| docs/examples/Hawkes.jl | Source Julia file containing the complete tutorial code with detailed comments explaining the Hawkes process fitting workflow |
| docs/examples/data/cats.csv | Example dataset with 268 cat litter box entry records including timestamps and weights for three cats over one month |
| docs/Project.toml | Added CSV, Clustering, and DataFrames packages as dependencies for the documentation build |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
fix format issues and typos Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
I changed the |
JoseKling
left a comment
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.
Very nice, @rsenne. Looks good to me.
Hey @JoseKling i added a basic Hawkes tutorial. Lmk what you think