pyacs.gts.lib.model.make_model module

pyacs.gts.lib.model.make_model.make_model(self, option='detrend', method='L2', loutlier=None)[source]

Estimate linear model parameters using least squares. input: data: Gts format option are: ‘detrend’/’detrend_annual’/’detrend_seasonal’ output: new Gts object: time series is now the residuals wrt to the model and its associated values (vel, annual, semi-annual etc).