meboot.part: meboot Internal Function

View source: R/meboot.R

meboot.partR Documentation

meboot Internal Function

Description

Internal function.

Usage

  meboot.part (x, n, z, xmin, xmax, desintxb, reachbnd)

Arguments

x

vector of data, ts object or pdata.frame object.

n

length of x.

z

class intervals limits.

xmin

lower limit in the left tail.

xmax

upper limit in the left tail

desintxb

desired inteval means.

reachbnd

logical. If TRUE potentially reached bounds (xmin = smallest value - trimmed mean and xmax=largest value + trimmed mean) are given when the random draw happens to be equal to 0 and 1, respectively.

Value

A vector of resampled data.

See Also

meboot.


meboot documentation built on Aug. 23, 2023, 1:07 a.m.