This SISD library can be intatalled using the following command: library(devtools) install_github("abh2k/sisd") This library can be imported using: library(SISD)
Abhinav Anand, Saurabh Kumar, and Palash Ghosh
The function can be called as: sisd_cummulative(N, gamma, T_Current, T_Validation, T_Limit, T_Pred, Data, mu)
Parameters of the sisd_cummulative function:
The data should be a dataframe with three columns -> Status, Date, Count.
The code will calculate the cumulative number of cases on the dates with the Data. The it will use the data-driven algorithm to estimate beta and mu, and will generate a dataframe with the predictions.
An example run of this library is available at sample_code.R file in this repository. The data we will use is available at State Wise Daily India Dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.