Skip to content

Commit

Permalink
Rename main_shared_calibration_2022_08_18.m to Data/main_shared_calib…
Browse files Browse the repository at this point in the history
…ration_2022_08_18.m
  • Loading branch information
cody2 authored Dec 27, 2022
1 parent 26f2def commit cd0c651
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
% GuessBOUNDS = array for boundaries of initial parameter guesses -----
GuessBOUNDS(:,01) = [1 1]*mean(cat(1,IVs{1}{:})) ;% V iv [log(#/mL)] (co 1)
GuessBOUNDS(:,02) = [1 1]*mean(cat(1,IVs{3}{:})) ;% V iv [log(#/mL)] (co 2)
GuessBOUNDS(:,03) = [1 1]*mean(cat(1,IVs{2}{:})) ;% S+N iv [#/µL] (co 1)
GuessBOUNDS(:,04) = [1 1]*mean(cat(1,IVs{4}{:})) ;% S+N iv [#/µL] (co 2)
GuessBOUNDS(:,03) = [1 1]*mean(cat(1,IVs{2}{:})) ;% S+N iv [#/µL] (co 1)
GuessBOUNDS(:,04) = [1 1]*mean(cat(1,IVs{4}{:})) ;% S+N iv [#/µL] (co 2)
GuessBOUNDS(:,05) = [.03 .3] ;% initial frequency: S/(S+N) (co 1)
GuessBOUNDS(:,06) = [.01 1] ;% normalized S/(S+N) (co 2)

Expand All @@ -49,7 +49,7 @@
GuessBOUNDS(:,11) = [1 10] ;% normalized Sa reversion rate constant []
GuessBOUNDS(:,12) = [1 10] ;% normalized Na reversion rate constant []

GuessBOUNDS(:,13) = [300 3e3] ;% 50% S+N proliferation saturation [#/µL]
GuessBOUNDS(:,13) = [300 3e3] ;% 50% S+N proliferation saturation [#/µL]
GuessBOUNDS(:,14) = [0.1 1] ;% S0/N0 normalized prolif rate constant [/d]
GuessBOUNDS(:,15) = [1 4] ;% Sa proliferation rate constant [/d]
GuessBOUNDS(:,16) = [0.5 2] ;% Na proliferation rate constant [/d]
Expand Down

0 comments on commit cd0c651

Please sign in to comment.