Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 600 Bytes

File metadata and controls

14 lines (12 loc) · 600 Bytes

br1

Contain sw These set of programs implement least square collocation method. It pass througth several steps:

  1. Detrend the date with polinomial or spline approximation
  2. Calculate optimun lag (Corona prog)
  3. Calculate autocovariance and crosscoveriance empirical function (Correl)
  4. Find best autocovariance crosscovariance model (Intcor)
  5. Apply collocation filtering (collo-t/p/s)
  6. Estrapolate componente taking into account solution of collocation

Note not all programs present in this repository are need some are derive from original code for specific task (e.g. collo-p-SAR...)