Skip to content

scrivna/Javascript-Statistical-Significance-Bookmarklet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Statistical Significance Browser Bookmarklet

Bookmarklet for selecting numbers from a web page and calculating if they are statistically significant (Chi-square)

I find it particularly useful when looking through Google Analytics data and wanting to know if the numbers I'm seeing are by chance or are significant.

Store it in dropbox then embed it with a bookmarklet...

javascript:(function(){var f=document.createElement('script');if(f){f.setAttribute("src","https://www.dropbox.com/s/vp6zo39n271ddjr/stat-sig.js?t="+(new Date).getTime()+"&dl=1");document.getElementsByTagName("head")[0].appendChild(f);}})()

Screenshot

About

Bookmarklet for selecting numbers from a web page and calculating if they are statistically significant (Chi-square)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published