interval_gRcpp | R Documentation |
Compute confidence intervals/bands for the expected value of the count-valued STAR process y
based on intervals/bands for the Gaussian process mu
.
interval_gRcpp(g_a_j, g_a_jp1, L_mu, U_mu, sigma, Jmax)
g_a_j |
|
g_a_jp1 |
|
L_mu |
|
U_mu |
|
sigma |
|
Jmax |
|
LU_y m x 2
vector of intervals for y
.
This function uses Rcpp
for computational efficiency.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.