View source: R/adjustedPredSIS.R
C1 | R Documentation |
The C1 uses moving sample average and sample standard deviation to standardize each observation. It calculates the sample average and sample standard deviation using the data of 7 days prior to the current day.
C1(df, t)
df |
Dataframe with two columns which contains dates and corresponding number of daily confirmed cases |
t |
Day number |
Returns the mean, standard deviation and C1 metric value
This function is called by the "C_metric" function which in turn is called in the "threshold" function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.