Skip to content

Conversation

@rsenne
Copy link
Collaborator

@rsenne rsenne commented Jan 8, 2026

Hey @JoseKling i added a basic Hawkes tutorial. Lmk what you think

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.
Copilot AI review requested due to automatic review settings January 8, 2026 19:07
@rsenne
Copy link
Collaborator Author

rsenne commented Jan 8, 2026

hmm somehow this got messed up/wrong files got pushed up. Let me fix this.

Copy link

Copilot AI left a 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.

rsenne and others added 5 commits January 8, 2026 14:13
fix format issues and typos

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@codecov
Copy link

codecov bot commented Jan 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@rsenne
Copy link
Collaborator Author

rsenne commented Jan 8, 2026

I changed the Test.yaml to not immediately fail on CI error as JET does not often play well with Julia pre-releases as it is so tightly paired with the compiler. This is what caused so many failures earlier.

@rsenne rsenne requested a review from JoseKling January 8, 2026 22:04
Copy link
Owner

@JoseKling JoseKling left a 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.

@rsenne rsenne merged commit 4f04f06 into main Jan 9, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants