:orphan: 





.. _direct_pd_simul_tut:



Direct PD Model Simultaneous PK/PD Parameter fit
################################################

[Generated automatically as a Tutorial summary]

Inputs
******



Description
===========

:Name: direct_pd_simul

:Title: Direct PD Model Simultaneous PK/PD Parameter fit

:Author: Wright Dose Ltd

:Abstract: 

| A simple direct PD Model, based on the amount of drug in the body. That simultaneously fits PK and PD parameters.
| The amount in the central compartment is determined by K, which has been previously estimated for each individual.
| The amount in the central compartment influences the rate of removal of a biomarker (KOUT).

:Keywords: pd; one compartment model; direct

:Input Script: :download:`direct_pd_simul_tut.pyml <direct_pd_simul_tut.pyml>`

:Diagram: 


.. thumbnail:: ./compartment_diagram.svg
    :width: 200px


True f[X] values
================

.. code-block:: pyml

    f[CL] = 2.0000
    f[V] = 50.0000
    f[BASE] = 800.0000
    f[KOUT] = 0.0300
    f[PK_ANOISE] = 0.5000
    f[PD_ANOISE] = 0.3000



Starting f[X] values
====================

.. code-block:: pyml

    f[CL] = 5.0000
    f[V] = 15.0000
    f[BASE] = 500.0000
    f[KOUT] = 0.1000
    f[PK_ANOISE] = 5.0000
    f[PD_ANOISE] = 5.0000



Outputs
*******



Generating and Fitting Summaries
================================

* Gen: :ref:`direct_pd_simul_gen` (gen)
* Fit: :ref:`direct_pd_simul_fit` (fit)

Fitted f[X] values
==================

.. code-block:: pyml

    f[CL] = 1.9899
    f[V] = 50.9055
    f[BASE] = 800.9097
    f[KOUT] = 0.0306
    f[PK_ANOISE] = 0.5074
    f[PD_ANOISE] = 10.0000



Plots
*****



Dense comp plots
================



.. thumbnail:: images/comp_dense/000001.svg
    :width: 200px


Alternatively see :ref:`direct_pd_simul_dense_comp_plots`

Comparison
**********



True objective value
====================


.. code-block:: pyml

    -203.7595



Final fitted objective value
============================


.. code-block:: pyml

    424.9285



Compare Main f[X]
=================



.. csv-table:: 
    :file: fx_comp_main.csv
    :header-rows: 1


Compare Noise f[X]
==================



.. csv-table:: 
    :file: fx_comp_noise.csv
    :header-rows: 1


Compare Variance f[X]
=====================


No Variance f[X] values to compare.