A statistics library data in Typst
Find a file
Sett17 05b8943c1c chore(typst.toml): update authors format to array
This change just updates the authors field to an array format for better compatibility with potential future features.
2024-10-23 13:04:08 +02:00
.github/workflows feat(release): release version 1.0.0 with new documentation and features 2024-10-23 12:50:30 +02:00
dbg.pdf feat(release): release version 1.0.0 with new documentation and features 2024-10-23 12:50:30 +02:00
dbg.typ feat(release): release version 1.0.0 with new documentation and features 2024-10-23 12:50:30 +02:00
docs.pdf feat(release): release version 1.0.0 with new documentation and features 2024-10-23 12:50:30 +02:00
docs.typ feat(release): release version 1.0.0 with new documentation and features 2024-10-23 12:50:30 +02:00
lib.typ feat(release): release version 1.0.0 with new documentation and features 2024-10-23 12:50:30 +02:00
LICENSE Initial commit 2023-08-09 01:07:27 +02:00
README.md feat(release): release version 1.0.0 with new documentation and features 2024-10-23 12:50:30 +02:00
typst.toml chore(typst.toml): update authors format to array 2024-10-23 13:04:08 +02:00

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.