interval_gRcpp {countSTAR} | R Documentation |
Estimate confidence intervals/bands for a STAR process
Description
Compute confidence intervals/bands for the expected value of the count-valued STAR process y
based on intervals/bands for the Gaussian process mu
.
Usage
interval_gRcpp(g_a_j, g_a_jp1, L_mu, U_mu, sigma, Jmax)
Arguments
g_a_j |
|
g_a_jp1 |
|
L_mu |
|
U_mu |
|
sigma |
|
Jmax |
|
Value
LU_y m x 2
vector of intervals for y
.
Note
This function uses Rcpp
for computational efficiency.
[Package countSTAR version 1.0.2 Index]