Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a model structure that can combine different PK and PD models #9

Open
5 tasks
DavAug opened this issue Nov 7, 2020 · 1 comment
Open
5 tasks

Comments

@DavAug
Copy link
Owner

DavAug commented Nov 7, 2020

  • Create a base class model
  • Create a PDModel class that inherits from the base class. This class should define methods that specify the PK input / and PD output states.
  • Create a PKModel class that inherits from the base class. This class should define methods that specify the PD input / and PK output states.
  • Create a PKPDModel class that inherits from the base class. This model takes a PK and PD model and combines them based on their specified PK/PD input/output states.
  • Improve docs of set administration (align equal signs)
@DavAug
Copy link
Owner Author

DavAug commented Nov 7, 2020

Implementation of PD model is partially addressed in #8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant