Downloading jStat

About the code

The majority of the jStat code is an adapted version of the C code found within the R project. Acknowledgement of the origin of the code is in the comments where appropriate.

jStat provides both procedural and object-oriented interface. The implementation of the object-oriented interface is the 'Simple JavaScript Inheritance' by John Resig

The code is available in two formats:

  • Compressed (which allows you to have a significantly smaller file size) and
  • Uncompressed (good for debugging and to understand what is behind the magic).

Code dependencies

The majority of jStat functions can be used independently of any other libraries. However, the plotting functionality of jStat is based on the jQuery plugin - flot. Therefore, to generate plots using jStat the following dependencies are required:

jStat only uses elements that adhere to the jQuery UI ThemeRoller styles so any jQuery UI theme can be used.

Download jStat

This is the recommended version of jStat to use for your application. The code in here should be stable and usable in the following browsers:

  • Internet Explorer - versions 7+
  • Firefox - version 3+
  • Safari - version 3.1+
  • Opera - version 9.6+
  • Google Chrome

The minified versions are generally the best versions to use on production deployments.

Current Release

Quick download:

Fork me on GitHub

Choose your download:



The bundle contains all jStat dependencies and the Aristo jQuery theme.

Current release: v1.0.0