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:
- Frequency: Frequency distributions.
- cumFreq: Cumulative frequency of values less than or equal to a given value.
- cumPct: Cumulative percentage of values less than or equal to a given value.
- distribution: Compute a distribution: count how many times events are mapped to which bucket.
- pct: Percentage of values that are equal to a given value.
- Descriptive: Descriptive Statistics.
- Correlation: Correlation between data values.
- Inference: Statistical inference methods.
- SimpleRegression: