Function to calculate the max absolute deviation between the measured and simulated drawdown.
max_absolute_deviation(par, ptest, model)
par | A list with the parameters of the model. |
---|---|
ptest | A pumping_test object. |
model | A character string with the name of the model. |
The numeric value of the max absolute deviation.
Other objective_function functions: box_cox_transf
,
loglikelihood_bc
,
loglikelihood
,
mean_absolute_deviation
,
mean_square_error
,
residual_sum_squares