README.md

Installation

This SISD library can be intatalled using the following command: library(devtools) install_github("abh2k/sisd") This library can be imported using: library(SISD)

Authors

Abhinav Anand, Saurabh Kumar, and Palash Ghosh

Parameters

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:

Flow Chart of the above time periods:

alt text

Data format of Data parameter:

The data should be a dataframe with three columns -> Status, Date, Count.

Example:

alt text

WorkFlow:

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.

Example Run:

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.



abh2k/sisd documentation built on Dec. 18, 2021, 9:30 p.m.