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

https://github.com/swangoframework/swango-math

线性拟合,幂函数拟合,正态分布随机函数,中值极限定理求和,二项分布
https://github.com/swangoframework/swango-math

binomial-distribution linear-fit normal-rand php power-function-fit

Last synced: 23 days ago
JSON representation

线性拟合,幂函数拟合,正态分布随机函数,中值极限定理求和,二项分布

Awesome Lists containing this project

README

          

# math
- Linear fit. 线性拟合
- Power function fit. 幂函数拟合
- Normal rand. 正态分布随机函数
- Get rand sum with normal rand. 通过正态分布随机函数获取普通随机函数求和结果
- Get appear count(binomial distribution) with normal rand. 通过正态分布随机函数获取二项分布结果。