:orphan: 





.. _gen_diag_fit_full_fit:



Diagonal matrix generation full matrix fit
##########################################

[Generated automatically as a Fitting summary]

Inputs
******



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

:Name: gen_diag_fit_full

:Title: Diagonal matrix generation full matrix fit

:Author: Wright Dose Ltd

:Abstract: 

| One compartment model with absorption compartment and CL/V parametrisation.
| This script uses a diagonal covariance matrix to generate the data and a full covariance matrix to fit.

:Keywords: dep_one_cmp_cl; one compartment model; diagonal matrix; full matrix

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

:Input Data: :download:`synthetic_data.csv <synthetic_data.csv>`

:Diagram: 


.. thumbnail:: gen_diag_fit_full_fit.pyml_output/fit/compartment_diagram.svg
    :width: 200px


Initial fixed effect estimates
==============================

.. code-block:: pyml

    f[KA] = 0.3
    f[CL] = 3
    f[V] = 20
    f[PNOISE_STD] = 0.1
    f[ANOISE_STD] = 0.05
    f[CL_isv,V_isv] = [
        [ 0.01, 0 ],
        [ 0, 0.01 ]
    ]



Outputs
*******



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

.. code-block:: pyml

    -2173.29224763


which required 11 iterations and took 106.08 seconds

Final fitted fixed effects
==========================

.. code-block:: pyml

    f[KA] = 0.3
    f[CL] = 3
    f[V] = 20
    f[PNOISE_STD] = 0.1
    f[ANOISE_STD] = 0.05
    f[CL_isv,V_isv] = [
        [ 0.17749, 0.010593 ],
        [ 0.010593, 0.088128 ]
    ]



Fitted parameter .csv files
===========================


:Fixed Effects: :download:`fx_params.csv (fit) <gen_diag_fit_full_fit.pyml_output/fit/solN/fx_params.csv>`

:Random Effects: :download:`rx_params.csv (fit) <gen_diag_fit_full_fit.pyml_output/fit/solN/rx_params.csv>`

:Model params: :download:`mx_params.csv (fit) <gen_diag_fit_full_fit.pyml_output/fit/solN/mx_params.csv>`

:State values: :download:`sx_params.csv (fit) <gen_diag_fit_full_fit.pyml_output/fit/solN/sx_params.csv>`

:Predictions: :download:`px_params.csv (fit) <gen_diag_fit_full_fit.pyml_output/fit/solN/px_params.csv>`



Plots
*****



Dense sim plots
===============



.. thumbnail:: images/fit_dense/000000.svg
    :width: 200px


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


.. thumbnail:: images/fit_dense/000002.svg
    :width: 200px


Alternatively see :ref:`gen_diag_fit_full_dense_sim_plots`

Comparison
**********



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




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




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


===============  ==============  ================  =============  ============
Variable Name      Fitted Value    Starting Value    Prop Change    Abs Change
===============  ==============  ================  =============  ============
f[CL_isv]             0.17749                0.01       16.749       0.16749
f[CL_isv;V_isv]       0.0105926              0                       0.0105926
f[V_isv;CL_isv]       0.0105926              0                       0.0105926
f[V_isv]              0.0881279              0.01        7.81279     0.0781279
===============  ==============  ================  =============  ============