Skip to content

Commit

Permalink
Merge pull request #6 from jingyuexing/Lib1
Browse files Browse the repository at this point in the history
Lib1
  • Loading branch information
jingyuexing authored Mar 30, 2019
2 parents d4dda8d + 273919d commit 1020890
Show file tree
Hide file tree
Showing 52 changed files with 290 additions and 92 deletions.
2 changes: 1 addition & 1 deletion @type/vector.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ interface Vector{
* @param {vector|Array<number>} dada [和向量比较的向量或数据]
* @return {boolean} [结果]
*/
isVertical(dada:Vector|Array<number>):boolean
vertical(dada:Vector|Array<number>):boolean
/**
* 求两个向量的余弦,返回值为余弦值
* [angle 向量夹角]
Expand Down
31 changes: 14 additions & 17 deletions dist/statistics/Covariance.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/statistics/Covariance.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions dist/statistics/Gaussian_distribution.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/statistics/Gaussian_distribution.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/statistics/LeastSquare.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/statistics/LeastSquare.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 32 additions & 3 deletions dist/statistics/Matrix.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/statistics/Matrix.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions dist/statistics/Standard_Deviation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/statistics/Standard_Deviation.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions dist/statistics/Summation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/statistics/Summation.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions dist/statistics/expetation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/statistics/expetation.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1020890

Please sign in to comment.