CICE-Consortium/CICE

Investigate T-Test in cice.t-test.py

daveh150 opened this issue · 0 comments

cice.t-test.py uses files (NetCDF) to perform Statistical t-test. There is a stats module in scipy that can perform t-tests. Can we use that module instead of carrying look-up tables in our tests directory?