Added by david moreno about 5 years ago
Hello,
I have two large netcdf files of the same variable and I need to assess if they belong to the same distribution. The usual test for this is the Kolmogorov-Smirnoff.
Can CDO be used to compute the KS test, in a similar way as Matlab kstest2 function?
Thank you.
Hi David,
in my opinion CDO can't do it. Maybe you should use NCL which provides the function kolsm2_n, see https://www.ncl.ucar.edu/Document/Functions/Built-in/kolsm2_n.shtml.
-Karin