:orphan: 





.. _gen_full_fit_full_tut:



Full matrix generation full matrix fit
######################################

[Generated automatically as a Tutorial summary]

Inputs
******



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

:Name: gen_full_fit_full

:Title: Full matrix generation full matrix fit

:Author: Wright Dose Ltd

:Abstract: 

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

:Keywords: dep_one_cmp_cl; one compartment model; full matrix

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

:Diagram: 

Failed to create compartment diagram

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

.. 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.15, 0.05 ],
        [ 0.05, 0.15 ]
    ]



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

.. 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
*******



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

* Gen: :ref:`gen_full_fit_full_gen` (gen)
* Fit: :ref:`gen_full_fit_full_fit` (fit)

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

.. 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.13157, 0.060025 ],
        [ 0.060025, 0.13958 ]
    ]



Plots
*****



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



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


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


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


Alternatively see :ref:`gen_full_fit_full_dense_comp_plots`

Comparison
**********



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


.. code-block:: pyml

    -2209.43447167



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


.. code-block:: pyml

    -2214.69986838



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


No Main f[X] values to compare.

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


No Noise f[X] values to compare.

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



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