Error on calculator for error of bound fraction

Bug #585433 reported by Carnë Draug
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
FRAPinator
Confirmed
Critical
Carnë Draug

Bug Description

The equation to caclulate the error of the bound fractions is wrong

BdFr_sigma = ((koff_sigma/koff_average)+((kon_sigma+koff_sigma)/(kon_average+koff_average))) * BdFr_average;

it should be

BdFr_sigma = ((kon_sigma/kon_average)+((koff_sigma+kon_sigma)/(koff_average+kon_average))) * BdFr_average;

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.