8000 Tags · snowattitudes/jstat · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: snowattitudes/jstat

Tags

1.0.6

Toggle 1.0.6's commit message
Update built files

1.0.5

Toggle 1.0.5's commit message
Update built files

1.0.4

Toggle 1.0.4's commit message
Release 1.0.4

1.0.3

Toggle 1.0.3's commit message
Return correct values for jStat.studentt.inv

Added tests for the studentt.pdf, .cdf, and .inv methods. Fixed an issue
with the .inv method (always returned positive values).

Fixes: jstat#88
Reviewed-by: Trevor Norris <trev.norris@gmail.com>

1.0.2

Toggle 1.0.2's commit message
Revert "Added install script"

This reverts commit 6b2074e.

Caused npm install to fail on windows.

1.0.1

Toggle 1.0.1's commit message
Add dist/docs to .gitignore

While we want the build files, we don't want the docs.

1.0.0

Toggle 1.0.0's commit message
Remove AUTHORS file

Dumb to have. The commit log should show everything needed.

0.0.6

Toggle 0.0.6's commit message
Fix negbin.pdf()

Also add tests for negbin.pdf() and negbin.cdf().

Reviewed-by: Trevor Norris <trev.norris@gmail.com>

0.0.5

Toggle 0.0.5's commit message
Fix returning NaN for smaller integer values

When beta.pdf() was changed to use log format in f89649 to not return
NaN for large values it introduced a bug where NaN was returned for
smaller integer values.

0.0.4

Toggle 0.0.4's commit message
Fix t-dist confidence interval

The t-dist confidence interval should use n-1, not n.

Reviewed-by: Trevor Norris <trev.norris@gmail.com>
0