-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jingyuexing
authored
Mar 11, 2019
1 parent
6d51a0d
commit dd45e79
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |