bootstrap_inner {pintervals}R Documentation

Bootstrap function for bootstrapping the prediction intervals

Description

Bootstrap function for bootstrapping the prediction intervals

Usage

bootstrap_inner(pred, error, nboot, alpha, lower_bound, upper_bound)

Arguments

pred

predicted value

error

vector of errors

nboot

number of bootstrap samples

alpha

confidence level

lower_bound

lower bound of the prediction interval

upper_bound

upper bound of the prediction interval

Value

a numeric vector with the predicted value and the lower and upper bounds of the prediction interval


[Package pintervals version 0.7.7 Index]