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
线性拟合,幂函数拟合,正态分布随机函数,中值极限定理求和,二项分布
- Host: GitHub
- URL: https://github.com/swangoframework/swango-math
- Owner: swangoframework
- License: apache-2.0
- Created: 2019-09-20T07:20:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-09T09:12:47.000Z (over 5 years ago)
- Last Synced: 2026-04-12T18:23:48.676Z (2 months ago)
- Topics: binomial-distribution, linear-fit, normal-rand, php, power-function-fit
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. 通过正态分布随机函数获取二项分布结果。