bootMSE.meteDist: Bootstrap the mean squared error of a 'meteR::meteDist'...

Description Usage Arguments Details Author(s) Examples

View source: R/bootMSE.meteDist.R

Description

Produce bootstrap sampling distribution of the MSE of a 'meteDist' object

Usage

1
2
bootMSE.meteDist(x, B = 999, type = "rank", relative = TRUE,
  log = FALSE)

Arguments

x

a 'meteDist' object

B

number of bootstrap replicates

type

should the error be calculated on the rank distribution of cumulative distribution

relative

logical, should the error be calculated on a relative scale

log

logical, should the error be calculated on a log scale

Details

Currently only SAD and IPD classes are supported

Author(s)

A.J. Rominger <ajrominger@gmail.com>

Examples

1
2
3
x <- rpois(100, 1) + 1 # this won't look very METEish
esf <- meteESF(1:length(x), x)
bootSAD <- bootMSE.meteDist(sad(esf))

ajrominger/hawaiiMETE documentation built on May 21, 2019, 1:42 p.m.