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:
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.
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:
The minified versions are generally the best versions to use on production deployments.
,
Uncompressed
,
Bundle
Choose your download:
The bundle contains all jStat dependencies and the Aristo jQuery theme.
Current release: v1.0.0