Description Usage Arguments Details Value See Also
View source: R/forecast_methods.R
Generates a static climatology forecast using all GHI measurements in the data set, transformed to a full probabilistic forecast using an empirical CDF.
1 | forecast_climatology(GHI, percentiles, sun_up)
|
GHI |
A [day x time-step] matrix of the hourly average telemetry |
percentiles |
A vector of the percentiles corresponding to the desired forecast quantiles |
sun_up |
A [day x time-step] matrix of logicals, indicating whether the sun is up |
Valid for intra-hourly and hourly forecast resolutions
a matrix of quantile forecasts at each valid time in the input data
Other forecast functions: forecast_CH_PeEn
,
forecast_Gaussian_hourly
,
forecast_Gaussian_intrahour
,
forecast_NWP
,
forecast_PeEn_hourly
,
forecast_PeEn_intrahour
,
forecast_mcm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.