Metadata-Version: 2.1
Name: remu
Version: 0.5.1
Summary: Response Matrix Utilities
Home-page: http://github.com/ast0815/remu
Author: Lukas Koch
Author-email: lukas.koch@mailbox.org
License: MIT
Description: ReMU - Response Matrix Utilities
        
        ReMU is a framework for response matrices in cross-section measurements and
        general counting experiments. It offers functions to build response matrices,
        and use them to compare truth-space expectation values with actual experimental
        results in reconstructed space.
        
        Systematic uncertainties about the detector response can be included in the
        matrices.  Done correctly, this enables anyone to test arbitrary models against
        data that was published together with a response matrix, including systematic
        detector effects. Intimate knowledge of the detector is only needed to build
        the response matrix, *not* to use it.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Requires-Python: >=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Provides-Extra: mcmc
Provides-Extra: plotting
Provides-Extra: parallel
