Install & Compatibility
Where this runs
tested against v0.1.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
build_error
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 10.7s · import 0.000s · 410MB
411MB installed
● package 411MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
exp_simulate_by_thinning
✓ from hawkesbook import exp_simulate_by_thinning
✗ from hawkesbook.simulate import SimulateHawkes
exp_mle
✓ from hawkesbook import exp_mle
exp_log_likelihood
✓ from hawkesbook import exp_log_likelihood
Simulate a univariate Hawkes process with exponential kernel and print event times.
from hawkesbook.simulate import SimulateHawkes
import numpy as np
# Simulate a Hawkes process
sim = SimulateHawkes(mu=1.0, alpha=0.5, beta=2.0)
times = sim.simulate(T=10.0)
print(times)
Upgrade
Version history
0.1.0latest on PyPI · released Jun 16, 2021
Audit
Dependencies
No dependency data recorded yet.