Function to smooth or filter the drawdown data using different methodologies.
smoothing.pumping_test(ptest, ntvalues = NULL, method = c("spline", "kernsmooth", "lokern", "locpol", "lpridge"))
ptest | A pumping_test object |
---|---|
ntvalues | Integer, number of values |
method | Character string specifying the method to be used in the smoothing. Current options include:
|