Metadata-Version: 2.1
Name: scenarioselector
Version: 0.1.2
Summary: An algorithm which selects scenarios from a weighted data set, such that the reduced data set has a specified sum or mean
Home-page: https://github.com/markpowen/ScenarioSelectorPython
Author: Mark Philip Owen
Author-email: mark.p.owen@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/markpowen/ScenarioSelectorPython/issues
Description: # Scenario Selector
        
        The scenario selector algorithm selects the largest subset of observations from a (possibly weighted) data set, such that either the weighted sum or the weighted mean of the reduced data set hits an input target.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.7.1
Description-Content-Type: text/markdown
