0.1.4 • Published 7 months ago

fisher-test-wasm v0.1.4

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
7 months ago

Fisher's exact test in javascript using WebAssembly

This package is based on the fishers_exact Rust crate. It was compiled to WebAssembly using wasm-pack as a part of the Genome browser project.

Usage

import {fisher} from 'fisher-test';

const p: {
  two_tail_pvalue: number,
  less_pvalue: number,
  greater_pvalue: number,
} = fisher(1, 2, 3, 4);
0.1.4

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago