hc_add_prophet.Rd
Add Prophet to Highcharts
hc_add_prophet(
hc,
data,
x = "dateData",
y = "pct",
group = NULL,
name = "idSymbol",
color_type = "discrete",
color_palette = NULL,
use_fast = T,
opacity = 0.2,
growth = "linear",
prediction_period = 10,
prediction_frequency = "months",
include_history = T,
filter_zero = F,
changepoints = NULL,
value_floor = NULL,
value_cap = NULL,
logistic_pct = 0.1,
n.changepoints = 25,
changepoint.range = 0.8,
yearly.seasonality = "auto",
weekly.seasonality = "auto",
daily.seasonality = "auto",
holidays = NULL,
seasonality.mode = "additive",
seasonality.prior.scale = 10,
holidays.prior.scale = 10,
changepoint.prior.scale = 0.05,
mcmc.samples = 0,
interval.width = 0.8,
uncertainty.samples = 1000,
file_path = NULL,
minimum_data_points = 10,
use_stock = F,
...
)