bcbi / MultivariateMedians.jl

Julia implementations of multivariate median functions
https://docs.bcbi.brown.edu/MultivariateMedians.jl/stable/
MIT License
0 stars 0 forks source link

Check results against a package from R? #13

Open DilumAluthge opened 4 years ago

DilumAluthge commented 4 years ago

The simple medians (e.g. the marginal median) are easy to verify.

But for more complicated median functions, it would be good to verify the results against an R package as part of the test suite.

Unfortunately, I cannot get RCall working on my computer at the moment.

baggepinnen commented 4 years ago

If rcall is not available, A few test cases can be pre computed using R and tested against?

DilumAluthge commented 4 years ago

That's a good idea!