predict_uncertainty {prophet} | R Documentation |
Prophet uncertainty intervals for yhat and trend
Description
Prophet uncertainty intervals for yhat and trend
Usage
predict_uncertainty(m, df)
Arguments
m |
Prophet object. |
df |
Prediction dataframe. |
Value
Dataframe with uncertainty intervals.
[Package prophet version 1.0 Index]