Skip to content

atm_stat

Calculate air parcel statistics.

```

calling atm_stat

$ atm_stat [ ...] ````

Statistical paramters that can be calculated are:

  • mean
  • stddv
  • min
  • max
  • skew
  • kurt
  • absdev
  • median
  • mad

The here used statistics are the gnu statistic library. More information on the gnu statistics library can be found on their webpage.