View source: R/basic_functions.R
reduce_x | R Documentation |
Reduce the number of time points.
reduce_x(data, param)
data |
similar to |
param |
a list containing values |
a numerical value, the approximation.
param <- list(Q=1,n=10,p=c(150),grids_lim=list(c(0,1)))
data <- sim(param)
data(param1)
param1$n <- nrow(data$x[[1]])
param1$p <- sapply(data$grids,length)
param1$Q <- length(data$x)
data <- reduce_x(data,param1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.