Description Usage Arguments Value Author(s) See Also
Stepwise estimation of true resistivities and thicknesses of a VES.
1 2 | calibrate_step_nls(ves, iterations = 30, ireport = 10, max.layers = 10,
trace = TRUE)
|
ves |
A VES object |
iterations |
An integer specifying the maximum number of iterations |
ireport |
An integer specifying the report interval |
max.layers |
An integer specifying the maximum number of layers to include in the sequential estimation. |
trace |
A logical flag to indicate if the optimization information must be traced |
This function returns a list with the following entries:
par: A numeric vector with the values of the layer resistivities and thicknesses
value: The value or the RSS (ResiduSpatial Data Analysis in Ecology and Agricultureal sum of squares)
rel.error: The value of the relative error (in percentage)
cal.error: A matrix with the RSS and relative error at each iteration
Oscar Garcia-Cabrejo khaors@gmail.com
Other calibration functions: calibrate_ilsqp
,
calibrate_joint_nls
,
calibrate_nls
,
calibrate_seq_joint_nls
,
calibrate_step
,
calibrate_svd
, calibrate
,
log_mnad_resistivity
,
log_mxad_resistivity
,
log_rss_resistivity
,
mnad_resistivity
,
mxad_resistivity
,
relative_error_resitivity
,
rss_resistivity
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.