An open API service indexing awesome lists of open source software.

https://github.com/axect/acalc

Academic Calculation
https://github.com/axect/acalc

Last synced: 5 months ago
JSON representation

Academic Calculation

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)