A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://cran.rstudio.com/web/packages/rlang/../nixtlar/vignettes/quantiles.R below:

## ----setup, include=FALSE----------------------------------------------------- library(httptest2) .mockPaths("../tests/mocks") start_vignette(dir = "../tests/mocks") original_options <- options("NIXTLA_API_KEY"="dummy_api_key", digits=7) knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.width = 12, fig.height = 8 ) ## ----------------------------------------------------------------------------- library(nixtlar) ## ----------------------------------------------------------------------------- df <- nixtlar::electricity head(df) ## ----eval=FALSE--------------------------------------------------------------- # - nixtlar::nixtla_client_forecast() # - nixtlar::nixtla_client_historic() # - nixtlar::nixtla_client_cross_validation() ## ----------------------------------------------------------------------------- fcst <- nixtla_client_forecast(df, h = 8, quantiles = c(0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9)) head(fcst) ## ----------------------------------------------------------------------------- nixtla_client_plot(df, fcst, max_insample_length = 100) ## ----include=FALSE------------------------------------------------------------ options(original_options) end_vignette()

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4