https://github.com/axect/acalc
Academic Calculation
https://github.com/axect/acalc
Last synced: 5 months ago
JSON representation
Academic Calculation
- Host: GitHub
- URL: https://github.com/axect/acalc
- Owner: Axect
- Created: 2020-06-22T11:49:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-07T03:46:23.000Z (about 5 years ago)
- Last Synced: 2025-08-11T13:46:52.489Z (6 months ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Acalc
Academic Score Calculation program
## Description
### Fitting
* Input: Original Score
* Output: Standard Score
* Parameter: $m, \sigma$
* Input: $x$ (Original score)
* Standard score : $s = 20 \times \dfrac{x-m}{\sigma} + 100$
* Output: $m, \sigma$ (Fitted)