Mathematica入门习题[11]–随机数的生成与一些统计指标

王 茂南 2017年10月4日11:23:17
评论
755字阅读2分31秒

 

第十一题

 

Mathematica入门习题[11]–随机数的生成与一些统计指标

 

ran = RandomReal[UniformDistribution[{0, 1}], 30000];
Histogram[ran]
"平均值 --" <> ToString@Mean[ran]
"标准差 --" <> ToString@StandardDeviation[ran]
"最大值 --" <> ToString@Max[ran]
"最小值 --" <> ToString[N@Min[ran]]
">.5的百分比 --" <> ToString[Count[ran, x_ /; x > .5]]

 

Mathematica入门习题[11]–随机数的生成与一些统计指标

 

  • 微信公众号
  • 关注微信公众号
  • weinxin
  • QQ群
  • 我们的QQ群号
  • weinxin
王 茂南
  • 本文由 发表于 2017年10月4日11:23:17
  • 转载请务必保留本文链接:https://mathpretty.com/8145.html
匿名

发表评论

匿名网友 填写信息

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: