Package Information
- Last Updated
- Authors
- dikkadev
1. Get the package
Download the package using the TPIX CLI:
tpix get @preview/statastic:1.0.02. Import in your Typst file
Add this to your .typ file:
#import "@preview/statastic:1.0.0": *Statastic
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.