The mpoints package
The mpoints package is a machine learning tool that implements the class of state-dependent Hawkes processes.
Its key features include both simulation and estimation (statistical inference).
It also contains a module with specialised plotting services.
State-dependent Hawkes processes belong to the class of hybrid marked point processes, a class that models the arrival in time of random events and their interaction with the state of a system.
We strongly recommend to first read the tutorial.
It contains an introduction to this statistical model and illustrates the main services offered by the mpoints package.
For additional mathematical details, please consult the documentation and the references.
Installation
The package can be easily installed via pip, a popular package management system for Python. In the terminal, simply enter the following command.
pip install mpoints
If you are using virtual environments (with conda), make sure that you install the package in the intended environment.
Note: when installing mpoints on Windows, you may be prompted to install Visual C++ Build Tools if this is not already installed.
Build from source
Build the wheel using setuptools.
pip install -q build
python -m build
Install in development mode
If you are contributing to mpionts, you might want to install it in development mode.
See development-mode
pip install --upgrade --force-reinstall --editable <path-to-mpoints-root>
Release files for mpoints 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mpoints-1.0.0.tar.gz | 146.5 kB | Details |
Release files / mpoints-1.0.0.tar.gz
| Download URL | mpoints-1.0.0.tar.gz |
|---|---|
| Size | 146.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4d59562e248a03ce7ad05d6a2ce854d9aa6b1ad55997f2a55d0ee8c9af7b2d1d
|
|
BLAKE2b-256 checksum How to use checksums |
1a9844fc3036875de8052b406348c8f7c8876317c694ae935c3ad11145012c6e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.9.12
|