:orphan: 





.. _gen_indep_fit_indep_tut:



Diagonal matrix generation diagonal matrix fit using separate univariate normals
################################################################################

[Generated automatically as a Tutorial summary]

Inputs
******



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

:Name: gen_indep_fit_indep

:Title: Diagonal matrix generation diagonal matrix fit using separate univariate normals

: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 diagonal covariance matrix to fit.
| Note here the 'diagonal matrix' is implemented as two separate univariate normal distributions, which is equivalent.

:Keywords: dep_one_cmp_cl; one compartment model; diagonal matrix

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

:Diagram: 


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


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

.. code-block:: pyml

    f[KA] = 0.3000
    f[CL] = 3.0000
    f[V] = 20.0000
    f[PNOISE_STD] = 0.1000
    f[ANOISE_STD] = 0.0500
    f[CL_isv] = 0.2000
    f[V_isv] = 0.1000



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

.. code-block:: pyml

    f[KA] = 0.3000
    f[CL] = 3.0000
    f[V] = 20.0000
    f[PNOISE_STD] = 0.1000
    f[ANOISE_STD] = 0.0500
    f[CL_isv] = 0.0100
    f[V_isv] = 0.0100



Outputs
*******



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

* Gen: :ref:`gen_indep_fit_indep_gen` (gen)
* Fit: :ref:`gen_indep_fit_indep_fit` (fit)

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

.. code-block:: pyml

    f[KA] = 0.3000
    f[CL] = 3.0000
    f[V] = 20.0000
    f[PNOISE_STD] = 0.1000
    f[ANOISE_STD] = 0.0500
    f[CL_isv] = 0.1719
    f[V_isv] = 0.0879



Plots
*****



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



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


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


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


Alternatively see :ref:`gen_indep_fit_indep_dense_comp_plots`

Comparison
**********



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


.. code-block:: pyml

    -2170.9596



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


.. code-block:: pyml

    -2172.6995



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
