Example usage 1

path_to_file <- "/Users/t/Documents/datasets/time_series/univariate/AirPassengers.csv"
forecastingapi::get_forecast(path_to_file)

Example usage 2

forecastingapi::get_forecast(path_to_file, type_pi='scp2-kde', h=5L, replications=10L)