inst/help/prophet.md

Prophet

Prophet allows the user to predict time series on different scales taking into account seasonal effects and changepoints.

Assumptions

Input

Assignment Box

History Plot

Growth

Model

Automatic Changepoints

Estimation

Uncertainty

Covariates

Seasonalities

Prediction

Evaluation

Plots

Forecast Plots

Performance Plots

Parameter Plots

Output

History Plot

Time stamps on the x-axis and the dependent variable on the y-axis. Displays only cases used to train Prophet (i.e., the history).

Posterior Summary

Changepoint Posterior Summary

Simulated Historical Forecasts

Forecast Plots

Seasonality Plots

Time stamps on the x-axis and the dependent variable on the y-axis. The blue line is the predicted seasonality by Prophet and the blue-shaded area the prediction interval.

Covariate Plots

Time stamps on the x-axis and covariates on the y-axis. Points represent covariate data.

Performance Plots

Horizon on the x-axis and performance metrics on the y-axis. The red line indicates the performance metric. Points represent prediction errors for individual "test sets" (without averaging). For example, the red line could represent the MSE and the points the individual squared errors.

Parameter Plots

References

R Packages

Examples



jasp-stats/jaspProphet documentation built on Jan. 26, 2025, 8:05 p.m.