Description Usage Arguments Value Author(s) See Also Examples
Generic function to estimate the aquifer parameters from a pumping test. This function uses nonlinear least squares to estimate these parameters.
1 |
ptest |
A pumping_test object |
model |
Character string specifying the model used in the estimation |
control.par |
A list with parameters of the parameter estimation using nonlinear regression |
trace |
A logical flag indicating if the results of the nonlinear regression are printed on the screen |
A list with the following entries:
hydraulic_parameters: hydraulic parameters of the model (includes transmissivity, storage coefficient and radius of influence)
paraemters: fitted parameters (includes a and t0)
resfit: List with the results of the nonlinear regression
value: Value of the residual sum of squares
Oscar Garcia-Cabrejo khaors@gmail.com
Other base functions: additional.parameters<-
,
confint.pumping_test
,
confint_bootstrap
,
confint_jackniffe
,
confint_wald
, estimated<-
,
evaluate
, fit.optimization
,
fit.parameters<-
,
fit.sampling
,
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
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.