Yishen Miao

Results 6 issues of Yishen Miao

Adding env so that PYTHONIOENCODING can be correctly set.

It would be helpful to have statistics about how long a vessel has been disconnected from. In this way, the availability of the relay network can be assessed. The connection...

Moves config to a new directory. In this way, the directory can be mounted as a volume in docker and the docker image will not embedded any configuration files.

I made some of them in a [gist](https://gist.github.com/mys721tx/5400031).

On VSCode 1.59.0 with v0.4.0, `MatlabInterface.clear()` sent `clear` to sh which does not have `clear` in its `$PATH`. This prevent the engine from starting. Output from the terminal: ``` sh:...

Adds fligner_test for Fligner-Killeen test of homogeneity, mostly based on `R/kruskal_test.R`.