Function to calculate the loglikelihood function of the pumping test data using the Box-Cox transform assuming that the residuals between the measured and simulated drawdown follow a normal distribution.

loglikelihood_bc(par, ptest, model)

Arguments

par

A list with the parameters of the model.

ptest

A pumping_test object.

model

A character string with the name of the model.

Value

The numeric value of the loglikelihood function.

See also