Metadata-Version: 2.1
Name: SPDE
Version: 0.0.3
Summary: Utilities for geostatistics based on stochastic partial differential equations
Home-page: https://github.com/NDesassis/spde
Author: Nicolas Desassis and Didier Renard
Author-email: nicolas.desassis@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

spde
======================

Purpose
-------

The purpose of this package is to provide utilities for geostatistics based on stochastic partial differential equations.

Installation
------------

### From a repository checkout

```bash
make install
```
or
```bash
USE_CYTHON=1 pip3 install --user .
```

### From PyPi

```bash
pip3 install --user spdeLogit
```


