calvfilt | flag cells with ice and one ice free neighbour 1 |
extremity_max | PURPOSE: colfilt function to calculate deviation from max |
extremity_mean | PURPOSE: colfilt function to calculate deviation from mean |
extremity_min | PURPOSE: colfilt function to calculate deviation from min |
hypsom_lq | PURPOSE: colfilt function to calculate the mean of the lowest 25% |
hypsom_lt | PURPOSE: colfilt function to calculate the mean of the lowest 30% |
hypsom_mean | PURPOSE: mean function to use with blkproc. Returns single mean value |
hypsom_median | PURPOSE: colfilt function to calculate the mean of the highest 25% |
hypsom_uq | PURPOSE: colfilt function to calculate the mean of the highest 25% |
hypsom_ut | PURPOSE: colfilt function to calculate the mean of the highest 30% |
llimit | assigns lower 30% quantile to all cells |
mmax | does m =max(x(:)) |
mmean | does mean(X(:)) |
mmin | does m =min(x(:)) |
mmode | does mode(X(:)) |
notnan | returns the number of non-nan cells |
rrange | does range(X(:)) |
smooth_1std_1std | PURPOSE: colfilt function to smooth outliers > StdDev to Mean + StdDev |
smooth_1std_mean | PURPOSE: colfilt function to smooth outliers > StdDev to mean |
smooth_2std_2std | PURPOSE: colfilt function to smooth outliers > 2x StdDev |
smooth_2std_mean | PURPOSE: colfilt function to smooth outliers > 2x StdDev to mean |
sstd | does std(X(:)) |
ssum | does nansum(x(:)) |
testfilter | X |
ulimit | assigns upper 30% quantile to all cells |