Skip to content

Techtonique/forecastingAPI_r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forecastingAPI

High level R functions for interacting with Techtonique forecasting API

Installation

remotes::install_github("Techtonique/forecastingAPI_r")

Usage

library(forecastingapi)

# 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)

License

MIT