Module for solving pharmacokinetic problems
Project description
PyPharm
- To install the package we use
pip install pypharm
- Example of description and calculation of a model using the module
Model
Implementation of PyPharm
from PyPharm import BaseCompartmentModel
model = BaseCompartmentModel([[0, 0.4586], [0.1919, 0]], [0.0309, 0], volumes=[228, 629])
res = model(90, d=5700, compartment_number=0)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pypharm-1.1.2.tar.gz
(6.5 kB
view hashes)