mathematica中怎么画统计函数的图比如正态分布NormalDistribution[0,1]怎么出来?请master指教!

来源:学生作业帮助网 编辑:作业帮 时间:2024/07/11 06:36:21
mathematica中怎么画统计函数的图比如正态分布NormalDistribution[0,1]怎么出来?请master指教!
x)M,HɉOv}dg)b§{M|VtYӳ54>h{/(71%(3$3?/@0b].~{nbqIjѳgSg*$o'X5,/E+ЭSw^ZdǮ3^lY۞Zq׋+^tO΋e 7jy~)+ D+JBGXǸ6hz`SHSn

mathematica中怎么画统计函数的图比如正态分布NormalDistribution[0,1]怎么出来?请master指教!
mathematica中怎么画统计函数的图
比如正态分布NormalDistribution[0,1]怎么出来?请master指教!

mathematica中怎么画统计函数的图比如正态分布NormalDistribution[0,1]怎么出来?请master指教!
PDF[ NormalDistribution[0,1],x]即是以x为变量的概率密度函数表达式,要画的话用
Plot[ PDF[ NormalDistribution[0,1],x],{x,-3,3}]
即可.
BTW:
CDF[ NormalDistribution[0,1],x]是其分布函数表达式,InverseCDF[ NormalDistribution[0,1],0.95]则可算出其95%的分位点.