Metadata-Version: 1.2
Name: pypmca
Version: 0.1.4
Summary: population modeller
Home-page: https://github.com/pypm/pypmca
Author: Dean Karlen
Author-email: karlen@uvic.ca
License: GNU General Public License v3
Description: 
        The ``pyPM.ca`` population modeller (www.pyPM.ca) describes connected systems with
        discrete-time difference equations. It was developed specifically
        to understand and characterize the CoViD-19 epidemic.
        
        A ``pyPM.ca`` model is built by connecting a set of population objects with
        connector objects. The connectors represent either a transfer that occurs
        immediately at the next time step
        or one which is delayed and distributed in time. Each
        population object retains a record of its size at each time step, and also
        maintains a list of future contributions, arising from delayed transfers
        from other populations.
        Calculations of population size are done either in terms of expectation values 
        or simulated data,
        allowing the model to be used for both analysis and simulation.
        
Keywords: pypmca
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
