How To Deploy

The Rhipe ARIMA analytic assumes the data will be in the following format:

Input

    
        IDENTIFIER\tTIMESTAMP(YYYY-MM-DD HH:mm:SS)
    

Output

    
        IDENTIFIER\tTIMESTAMP(YYYY-MM-DD HH:mm:SS)\tSTANDARDIZED_RESIDUALS(a floating point number)
    

How To Run

    
        $ Rscript rhipe_arima.R /path/to/input /path/to/output timePeriod threshold
    

For more information see: Examples