Hi awk users,
Is there a simple awk script which allows me to average only parts of a column. Suppose I have 100 time points and I want for example to average the first ten time points and then the following twenty time points and then for example the subsequent 5 time points. In short, an awk script which allows me to be as flexible as possible in averaging parts of just one columns.
Any help will be appreciated.
Is there a simple awk script which allows me to average only parts of a column. Suppose I have 100 time points and I want for example to average the first ten time points and then the following twenty time points and then for example the subsequent 5 time points. In short, an awk script which allows me to be as flexible as possible in averaging parts of just one columns.
Any help will be appreciated.