A Jax implementation implementation of Micro-Price: A High Frequency Estimator of Future Prices.
Project description
microprice
A Jax implementation implementation of Micro-Price: A High Frequency Estimator of Future Prices.
Installation
pip install microprice
Usage
from microprice import MicroPriceEstimator, load_sample_data
mpe = MicroPriceEstimator(symbol="AAPL",
n_imbalances=10,
n_spread=2,
dt=1)
T = mpe.load(load_sample_data())
mpe.fit(T, iterations(6))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
microprice-0.1.0.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file microprice-0.1.0.tar.gz
.
File metadata
- Download URL: microprice-0.1.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3e58dda416d4f4b886ddddf5ca42c4dc2507924287d6847df1e75624a11f9be |
|
MD5 | a968918d0c2415f97808865d8ea6f534 |
|
BLAKE2b-256 | 3779200c073655319498a030eb1281ba0b5ca6470b197cddf33f3d6feaf7c493 |
File details
Details for the file microprice-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: microprice-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db73b6d3c26500ff2e72556247911c18e59d5e4cbd73ea8495adc96737c08a35 |
|
MD5 | c10607b21f7cee48d363b0da34b77818 |
|
BLAKE2b-256 | 78c4cefb328df92a0f9eebe17e6c546249585bbe2bff9f0888875ae5eebf0179 |