Function to calculate the Wald's confidence intervals of the hydraulic parameters

confint_wald(ptest, level = 0.95)

Arguments

ptest

A pumping_test object

level

A numeric vector with the confidence levels required

Value

A list with the following entries:

  • method: A character string specifying the method used in the CI estimation (wald)

  • hydraulic.parameters.names: A character vector with the names of the hydraulic parameters.

  • hydraulic.parameters.ci: A matrix with the requested confidence of the hydraulic parameters.

See also

Other base functions: additional.parameters<-, confint.pumping_test, confint_bootstrap, confint_jackniffe, 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