Metadata-Version: 2.1
Name: mud
Version: 0.0.25
Summary: Maximal Updated Density equations for Data-Consistent Inversion
Home-page: https://github.com/mathematicalmichael/mud.git
Author: Mathematical Michael
Author-email: consistentbayes@gmail.com
License: mit
Project-URL: Documentation, https://www.dataconsistent.com/
Description: <p align="left">
        <a href="https://github.com/mathematicalmichael/mud/actions"><img alt="Test Actions Status" src="https://github.com/mathematicalmichael/mud/actions/workflows/main.yml/badge.svg"></a>
        <a href="https://github.com/mathematicalmichael/mud/actions"><img alt="Build Actions Status" src="https://github.com/mathematicalmichael/mud/actions/workflows/build.yml/badge.svg"></a>
        <a href="https://github.com/mathematicalmichael/mud/actions"><img alt="Publish Actions Status" src="https://github.com/mathematicalmichael/mud/actions/workflows/publish.yml/badge.svg"></a>
        <br>
        <a href="https://pypi.org/project/mud/"><img alt="PyPI" src="https://img.shields.io/pypi/v/mud"></a>
        <a href="https://pepy.tech/project/mud"><img alt="Total Downloads" src="https://static.pepy.tech/personalized-badge/mud?period=total&units=abbreviation&left_color=gray&right_color=blue&left_text=downloads"></a>
        <a href="https://anaconda.org/conda-forge/mud/"><img alt="conda-forge" src="https://img.shields.io/conda/dn/conda-forge/mud.svg?label=conda-forge"></a>
        <a href="https://github.com/mathematicalmichael/mud/blob/main/LICENSE"><img alt="License: MIT" src="https://black.readthedocs.io/en/stable/_static/license.svg"></a>
        <br>
        <a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
        <a href="https://black.readthedocs.io/en/stable/?badge=stable"><img alt="Documentation Status" src="https://readthedocs.org/projects/mud/badge/?version=stable"></a>
        <a href="https://coveralls.io/github/mathematicalmichael/mud?branch=main"><img alt="Coverage Status" src="https://coveralls.io/repos/github/mathematicalmichael/mud/badge.svg?branch=main"></a>
        <a href="https://codecov.io/gh/mathematicalmichael/mud"><img alt="Coverage Status" src="https://codecov.io/gh/mathematicalmichael/mud/branch/main/graph/badge.svg?token=HT880PYHPG"></a>
        </p>
        
        
        # MUD
        
        Analytical solutions and some associated utility functions for computing maximal updated density points for Data-Consistent Inversion.
        
        ## Description
        
        Maximal Updated Density Points are the values which maximize an updated density, analogous to how a MAP (Maximum A-Posteriori) point maximizes a posterior density from Bayesian inversion.
        Updated densities differ from posteriors in that they are the solution to a different problem which seeks to match the push-forward of the updated density to a specified observed distribution.
        
        More about the differences here...
        
        What does this package include?
        
        
        ## Note
        
        This project has been set up using PyScaffold 3.2.3. For details and usage
        information on PyScaffold see https://pyscaffold.org/.
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: >=3.5
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Provides-Extra: dev
Provides-Extra: pub
