deno.land / x / simplestatistic@v7.7.1 / test / z_score.test.js

z_score.test.js
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
/* eslint no-shadow: 0 */
const test = require("tap").test;const ss = require("../");
// The zScore method is also tested in the normal distribution tests.test("zScore", function (t) { t.equal(ss.zScore(78, 80, 5), -0.4); t.equal(ss.zScore(78, 90, 5), -2.4); t.equal(ss.zScore(78, 90, 2), -6); t.end();});
simplestatistic

Version Info

Tagged at
2 years ago