Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dikkadev/typst-statastic
A statistics library data in Typst
https://github.com/dikkadev/typst-statastic
Last synced: 3 days ago
JSON representation
A statistics library data in Typst
- Host: GitHub
- URL: https://github.com/dikkadev/typst-statastic
- Owner: dikkadev
- License: unlicense
- Created: 2023-08-08T23:07:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T11:04:12.000Z (2 months ago)
- Last Synced: 2024-12-22T05:10:28.911Z (6 days ago)
- Language: Typst
- Size: 338 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/dikkadev/typst-statastic)
## License
This project is licensed under the Unlicense.