dataExample {sufficientForecasting} | R Documentation |
A simulated dataset
Description
This is a simulated dataset consisting of predictors, responses, and additional predictors to make forecasting at a future time. In this example, the dimension of predictors is p=100, and the number of observed time periods is T=100.
Usage
dataExample
Format
-
dataExample$X
simulated predictors; a p by T matrix -
dataExample$y
simulated responses; a T by 1 vector -
dataExample$newX
simulated new predictors for forecasting; a p by 1 vector
[Package sufficientForecasting version 0.1.0 Index]