add beta_parameters
This commit is contained in:
parent
2a1e80f8eb
commit
c8800b180d
1 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,9 @@ weibull_parameters = [((0.5951563631241763, 0.027071715346754264), # em
|
|||
((2.317686940362959, 5.515253884170728), # emission_rate_speaking_loudly
|
||||
(7.348365409721486, 1.1158159287760463 * 3.33))] # particle_diameter_speaking_loudly
|
||||
|
||||
# (Xmin, Xmax, a, b)
|
||||
beta_parameters = ((0.0, 0.0558823529411764, 0.40785196091099885, 0.6465433589950477), # Breathing
|
||||
(0.00735294117647056, 0.094485294117647, 0.5381693341323044, 1.055612645201782)) # Breathing (fast-deep)
|
||||
|
||||
log_viral_load_frequencies = ((1.880302953, 2.958422139, 3.308759599, 3.676921581, 4.036604757, 4.383770594,
|
||||
4.743136608, 5.094658141, 5.45613857, 5.812946142, 6.160090835, 6.518505362,
|
||||
|
|
|
|||
Loading…
Reference in a new issue