fbootstrap.Rd
Performs bootstrap resampling for functional data.
fbootstrap(
data,
estad = func.mean,
alpha = 0.05,
nb = 200,
suav = 0,
media.dist = FALSE,
graph = FALSE,
...
)
A functional time series object of class fts
.
Function to compute the statistic of interest (default: func.mean).
Significance level for confidence intervals (default: 0.05).
Number of bootstrap replications (default: 200).
Smoothing parameter (default: 0.0).
Logical. If TRUE, use mean distance (default: FALSE).
Logical. If TRUE, produce graphical output (default: FALSE).
Additional arguments passed to the statistic function.
A list containing:
Original estimate
Maximum distance for confidence interval
Bootstrap distances
Bootstrap resamples
Center of bootstrap distribution
func.mean
, ftsm