You are looking at historical revision 20476 of this page. It may differ significantly from its current revision.

Still under testing!

Introduction

This library is a port of Larry Hunter's Lisp statistics library to chicken scheme.

The library provides a number of formulae and methods taken from the book "Fundamentals of Biostatistics" by Bernard Rosner (5th edition).

Provided Functions

Utilities

Descriptive statistics

Distributional functions

Confidence intervals

Hypothesis testing

(parametric)

(non parametric)

Sample size estimates

Correlation and regression

Significance test functions

Authors

Peter Lane wrote the scheme version of this library. The original Lisp version was written by Larry Hunter.

License

GPL version 3.0.

Requirements

Needs srfi-1, srfi-25, srfi-69, vector-lib, numbers, extras, foreign, format

Uses the GNU scientific library for basic numeric processing, so requires libgsl, libgslcblas and the development files for libgsl.

Version History

trunk, for testing