Skip to content

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

License

Notifications You must be signed in to change notification settings

swangoframework/swango-math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

math

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