A library to calculate statistics for numerical data in typst.
Description
Statastic
is a Typst library designed to provide various statistical functions for numerical data. It offers functionalities like extracting specific columns from datasets, converting array elements to different data types, and computing various statistical measures such as average, median, mode, variance, standard deviation, and percentiles.
Features
- Extract Column: Extracts a specific column from a given dataset.
- Type Conversion: Convert array elements to floating point numbers or integers.
- Statistical Measures: Calculate average, median, mode, variance, standard deviation, and specific percentiles for an array or a specific column in a dataset.
Usage
To use the package you can import it through this command import "@preview/statastical:1.0.0": *
(as soon as the pull request ist accepted). The documentation is found in the docs.pdf
in the development repo
License
This project is licensed under the Unlicense.