Skip to content

Instantly share code, notes, and snippets.

View noahhai's full-sized avatar

Noah Haibach noahhai

  • Delinea
  • Frankfurt, Germany
View GitHub Profile
@noahhai
noahhai / wilcoxon_signed_rank_test.js
Created November 12, 2019 11:58
Wilcoxon Signed Rank Test in Javascript
"use strict";
const rank = {
/*
* Standart ranking
*
* The MIT License, Copyright (c) 2014 Ben Magyar
*/
standard: function(array, key) {
// sort the array
@noahhai
noahhai / corona.ipynb
Created August 18, 2020 09:03
corona.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.