1.0.11 • Published 5 months ago

causal-inference.js v1.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

causal-inference.js

Opensource causal-inference package for the web

Installation

npm install --save causal-inference

Usage

Creating an AB test

// import package
const { getEffectAB } = require("causal-inference.js");

//calculate ab effect
const difference = getEffectAB(controlGroupMean, testGroupMean);

// ...

Work Plan

MethodsStatusDescription
getEffectABWIPGet effect of AB test of data array or just mean values
getABControlSizeWIPProvide control group size for AB test
distributeGroupsWIPDistribute groups to avoid effect of externalities

Contributing

Feel free to contribute to this project, my email is luis.egvillarreal@gmail.com for any questions.

Running Tests

npm test
1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.11

5 months ago

1.0.10

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago