Navigation
Synopsis Statistical functions.
Description A collection of statistical functions based on the Apache statistics library.

We do not provide a course on (or even an introduction to) statistics. Useful background information can be found here: The following functionality is offered:

Pitfalls
  • Be aware that in creating data for statistical analysis, repeated values may occur. This implies that you should avoid creating sets of observations. This also explains why the functions provided here take lists (with elements of various types) as argument.
  • The validity of several of the statistics depend on the assumption that the observations included in the model are drawn from a Bivariate Normal Distribution. This is explicitly stated for functions this is the case.
  • The stat library is still highly experimental. Interfaces may change and functions maybe added or deleted without notice.
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.