Metadata-Version: 1.1
Name: fgivenx
Version: 1.0.1
Summary: Functional Posterior Plotter
Home-page: UNKNOWN
Author: Will Handley
Author-email: wh260@cam.ac.uk
License: MIT
Description: Functional Posterior Plotter
        ----------------------------
        
        These packages allows one to compute a predictive posterior of a function,
        dependent on sampled parameters. We assume one has a Bayesian posterior
        Post(theta|D,M) described by a set of posterior samples {theta_i}~Post. If
        there is a a function parameterised by theta f(x;theta), then this script will
        produce a contour plot of the conditional posterior P(f|x,D,M) in the (x,f)
        plane.
        
        The driving routine is `fgivenx.compute_contours`, and example usage can be
        found by running `help(fgivenx)`.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Scientific/Engineering :: Information Analysis
