This is a guide to public-facing API (Application Programming Interface) of FSML!
The FSML procedures are categorised into several thematic modules:
STS
: Basic (sample) statistics (e.g., mean, variance)DST
: Statistical distributions (e.g., Student's t distribution) probability density function (PDF), cumulative distribution function (CDF), and percent point function (PPF)TST
: Statistical hypothesis testing (e.g., ANOVA)LIN
: Statistical procedures relying heavily on linear algebra (e.g., PCA, OLS regression)NLP
: Nonlinear and algorithmic procedures (e.g., k-means clustering)While the public interfaces do not include these as prefixes, the handbook makes use of these categories to give it more structure. If you are interested in exploring the code, you will recognise these in module and procedure names.
The following procedures are currently covered and have a public-facing interface. The links will take you directly to the documentation for the API.