Skip to main content

Module for solving pharmacokinetic problems

Project description

PyPharm

  1. To install the package we use
pip install pypharm
  1. Example of description and calculation of a model using the module

Model

img.png

img_2.png

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


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.0.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

pypharm-1.1.0-py3-none-any.whl (12.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page