durbank / PAIPR

Functions to generate probabilistic estimates of annual accumulation from ice-penetrating radar without the need for manual layer selection or correction
3 stars 0 forks source link

Output distribution parameters instead of MC values #7

Closed durbank closed 5 years ago

durbank commented 5 years ago

Modify the final saved output of PAIPR so that we have fitted gamma distribution parameters rather than the entire raw Monte Carlo values. This change will significantly decrease storage size (particularly when we increase the number of simulations, possibly to n=10,000). Gamma parameters should be fitted to each year of data for every trace position. This change should also eliminate the need for cell arrays or lists in the data output, leading to more simple transfers/exports to other programs.

durbank commented 5 years ago

Addressed in PR #12