描述
NORM.S.DIST函数返回标准正态分布(平均值为零,标准偏差为1)。使用此功能代替标准法线区域的表格。
语法
NORM.S.DIST (z,cumulative)
争论
Argument | 描述 | Required/Optional |
---|---|---|
Z | The value for which you want the distribution. | Required |
Cumulative |
累积值是确定函数形式的逻辑值。 如果累计值为TRUE,则NORMS.DIST返回累计分布函数。 如果累计值为FALSE,则NORMS.DIST返回概率质量函数。 |
Required |
Notes
-
标准法线密度函数的公式为-
$$f \left(z \right)= \frac {1} {\sqrt {2x}} e ^-\frac {z ^ 2} {2} $$
-
如果z为非数值,则NORM.S.DIST返回#VALUE!错误值。
适用性
Excel 2010,Excel 2013,Excel 2016。
Example
参考链接
https://www.learnfk.com/javascript/advanced-excel-statistical-normsdist-function.html
标签:返回,JavaScript,DIST,函数,Required,Excel,无涯,NORM From: https://blog.51cto.com/u_14033984/7579855