The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The goal of sufficientForecasting is to forecast a single time series when there is a large number of predictors and a possible nonlinear effect.
You can install the development version of sufficientForecasting like so:
# The easiest way to install sufficientForecasting
install.packages("sufficientForecasting")
# OR
::install_github("JingFu1224/sufficientForecasting") devtools
The following example uses SF.CI to solve a problem: forecast a single time series, and its upper bound and lower bound
library(sufficientForecasting)
## basic example code
SF.CI(y=dataExample$y,X=dataExample$X,newX=dataExample$newX,type="LLM",alpha = 0.05)
#> yhat ci_lower ci_upper
#> -0.3568 -2.4740 1.6076
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.