From 74ac10584742c7d66939104fe7ff6e48abb4cd16 Mon Sep 17 00:00:00 2001 From: Sven Sahle Date: Wed, 22 May 2024 15:30:37 +0200 Subject: [PATCH] Update index.html about value scaling --- .../Experimental_Data/index.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Support/User_Manual/Tasks/Parameter_Estimation/Experimental_Data/index.html b/Support/User_Manual/Tasks/Parameter_Estimation/Experimental_Data/index.html index 47822341..64a62534 100644 --- a/Support/User_Manual/Tasks/Parameter_Estimation/Experimental_Data/index.html +++ b/Support/User_Manual/Tasks/Parameter_Estimation/Experimental_Data/index.html @@ -25,7 +25,8 @@ The weights are intended to adjust the contributions of the different data columns to the overall objective function so that ideally data points from each column contribute equally. For the calculation of the weights COPASI offers three different methods that are based on different assumptions about how - residual error scales with the data values. + residual error scales with the data values. The methods are chosed with a drop box in the user interface and described in + the table below. Depending on whether the Normalize Weights per Experiment Checkbox is ticked, the weights are scaled so that the largest weight for any data column in the complete set is $1$, or that the largest weight in each single experiment is $1$. @@ -38,33 +39,43 @@ Name Formula + Comment - + + Mean $\omega_{j}=\frac{1}{<x_{j}>^{2}}$ + Assumes the error scales with the mean of the data points in a column Mean Square $\omega_{j}=\frac{1}{<x_{j}^{2}>}$ + Assumes the error scales with the mean square of the data points in a column Standard Deviation $\omega_{j}=\frac{1}{<x_{j}^{2}> - <x_{j}> <x_{j}>}$ + Assumes the error scales with the standard deviation of the data points in a column Value Scaling + see below

+ The Value Scaling option in the drop down menu selects an alternative scaling behaviour: In this case the contribution + of each data point is scaled by the inverse of the data value, assuming a multiplicative error model. +

+

To specify the experimental data you click on the Experimental Data button at the top right of the parameter estimation dialog. A new dialog opens that lets you enter experimental data.