confint_bootstrap: confint_bootstrap

Description Usage Arguments Value Author(s) See Also

View source: R/pumpingtest.R

Description

Function to calculate the confidence intervals of the hydraulic parameters using bootstrapping.

Usage

1
2
confint_bootstrap(ptest, level = c(0.025, 0.975), slug = F, d = 20,
  neval = 100, seed = 12345)

Arguments

ptest

A pumping_test object

level

A numeric vector with the significance levels of the confidence intervals.

slug

A logical flag indicating if a slug test is used in the analysis.

d

An integer value specifying the number of points used in the calculation of the derivative.

neval

An integer value specifying the number of realizations of the resampling procedure.

seed

random seed

Value

This function returns a list with the following entries:

Author(s)

Oscar Garcia-Cabrejo khaors@gmail.com

See Also

Other base functions: additional.parameters<-, confint.pumping_test, confint_jackniffe, confint_wald, estimated<-, evaluate, fit.optimization, fit.parameters<-, fit.sampling, fit, hydraulic.parameter.names<-, hydraulic.parameters<-, model.parameters, model<-, plot.pumping_test, plot_model_diagnostic, plot_sample_influence, plot_uncert, print.pumping_test, pumping_test, simulate, summary.pumping_test


khaors/pumpingtest documentation built on Nov. 15, 2019, 8:10 p.m.