Inversion of several VES with the same number of layers using Nonlinear Least-Squares

calibrate_seq_joint_nls(ves.list, iterations = 30, ireport = 10,
  max.layers = 10)

Arguments

ves.list

A list of VES objects

iterations

An integer specifying the maximum number of iterations

ireport

An integer specifying the report interval

max.layers

An integer with the maximun number of layers to be tested during the inversion

Value

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 (Residual 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

See also