oscarlaird / simplex_assimilate

Perform Data Assimilation on the Simplex. Models an ensemble with a mixture of Dirichlets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplex Assimilate: Data assimilation on the simplex

Coverage

Installation

pip install simplex-assimilate

File Structure

  • simplex_assimilate/ source code
  • simplex_assimilate/cdf.py Conditional distribution functions for the mixed dirichlet prior.
  • simplex_assimilate/quantize.py Convert floating point samples to fixed point representation.
  • simplex_assimilate/dirichlet.py Model samples on the simplex with a mixture of Dirichlet distributions. Fit parameters by maximum likelihood.
  • simplex_assimilate/transport.py Optimal transport of samples on the simplex.
  • tests/ unit tests
  • coverage_report/ coverage reports

See Also

About

Perform Data Assimilation on the Simplex. Models an ensemble with a mixture of Dirichlets.


Languages

Language:Jupyter Notebook 50.8%Language:Python 49.2%