Closed paviaishu16 closed 1 month ago
Is my understanding correct that:
A
comes from the blanked and renormalized data, not from the slope data.t
, k
, and L
.r
as the variable name.r
and T
will have ten values, I'll save them as r1 to r10 and T1 to T10, where 1 is for the biggest slope and 10 is for the 10th biggest.Yes, that's right!
As an outcome of all the tasks above there will be two excel files:
T
)L
, k
, t
, A
Moving construction of DataFrame (1) to #23 and creation of Excel sheets to #24.
Do these growth parameters look reasonable @paviaishu16?
L k t A
A1 44.5 0.334637 29.5 1.606992
A2 68.0 0.629773 21.5 1.343997
A3 52.5 0.331019 28.5 1.546246
A4 70.0 0.433950 35.0 1.458670
A5 49.0 0.398861 23.5 1.341517
A6 66.5 0.421440 21.5 1.604071
A7 62.0 0.460135 46.0 1.518865
A8 64.0 0.356622 42.5 1.199619
[ ] 1. Top 10 Growth Rate: Identify the top 10 slope values from each column (the values should be greater than zero)
[ ] 2. Time point of the corresponding slope value (T): For the above slope values find the corresponding time point
[ ] 3. Lag Time (L): From step 2, identify the lowest time point but more than 13 hours
[ ] 4. Maximum Growth Rate (k): Identify the maximum growth rate value from Task 1 (where the time point is between 20 and 48 hours)
[ ] 5. Inflection point (t): The time point corresponding to (k)
[ ] 6. Asymptotic Maximum Population (A): Identify the highest value from the table obtained after the data cleanup before finding slope