Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jingyuexing authored Mar 11, 2019
1 parent 6d51a0d commit dd45e79
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# MathLib
# Tmath
`calculus`中有微积分为微积分实现方法,目前还未进行实现 在`statistics`中包含统计学相关的算法,如协方差,方差,求中位数,平均值,分位数图计算
- ----`index`:当前库的主要导出文件
- ----`Variance`:方差实现方法
- ----`weigth-variance`:加权平均数实现方法
- ----`QuantilePlot`:分位数图
- ----`Covariance`:协方差
- ----`Gaussiandistributio`:高斯正态分布(未实现)
- ----`Bayes`:贝叶斯概率计算(未实现)
- ----`Mean`:平均值
- ----`Media`:中位数
- ----`Matrix`:矩阵类,实现矩阵的计算,诸如相加,相减,矩阵的逆
- ----`rank`:排序的实现(未完全实现)
- ----`StandardDeviation`:标准差
- ----`vector`:向量的运算
- ----`Permutations`:阶乘

---
关于这个数学库如果有意见可以和我一起修改[我的github仓库](https://github.com/jingyuexing/Math)

0 comments on commit dd45e79

Please sign in to comment.