Spatial Debiased Whittle likelihood for fast inference of spatio-temporal covariance models from gridded data
Project description
Spatial Debiased Whittle Likelihood
Introduction
This package implements the Spatial Debiased Whittle Likelihood (SDW) as presented in the article of the same name, by the following authors:
- Arthur P. Guillaumin
- Adam M. Sykulski
- Sofia C. Olhede
- Frederik J. Simons
The SDW extends ideas from the Whittle likelihood and Debiased Whittle Likelihood to random fields and spatio-temporal data. In particular, it directly addresses the bias issue of the Whittle likelihood for observation domains with dimension greater than 2. It also allows us to work with rectangular domains (i.e., rather than square), missing observations, and complex shapes of data.
Installation instructions
The package can be installed via one of the following methods. Note that in all cases, since the repository is currently private, git needs to be configured on your machine with an SSH key linking your machine to your GitHub account.
-
Via the use of Poetry (https://python-poetry.org/), by adding the following line to the dependencies listed in the
pyproject.toml
of your project:debiased-spatial-whittle = {git = "git@github.com:arthurBarthe/dbw_private.git", branch="master"}
-
Otherwise, you can directly install via pip:
pip install git+https://github.com/arthurBarthe/dbw_private.git
-
Install for development - in this case, you need to clone this repo and run
poetry install
in a terminal from where you cloned the repository.
If you get an error message regarding the version of Python, install a compatible version of Python on your machine and point to it via
poetry env use <path_to_python>
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file debiased_spatial_whittle-0.3.2.tar.gz
.
File metadata
- Download URL: debiased_spatial_whittle-0.3.2.tar.gz
- Upload date:
- Size: 83.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
29b95a905632b707247f38aaf272ea9372ed66e2edc7414242c5274f81a5bbc2
|
|
MD5 |
81195a22add17ae92bc1828e3534cfb1
|
|
BLAKE2b-256 |
506cacf649236568dea72ed8111bdbdd074c734354111cd87548293db0226404
|
File details
Details for the file debiased_spatial_whittle-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: debiased_spatial_whittle-0.3.2-py3-none-any.whl
- Upload date:
- Size: 93.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f8cf27c5b8d084445bd7896cbcd01876475bb28e45fa29714dc8c30b13e5d047
|
|
MD5 |
cf7758a07ca74775fbae4fbdd4612d64
|
|
BLAKE2b-256 |
0bef992bd8767c9e179f08acec136d297237c4874d82dc8705571d19dd90fa62
|