描述
PHI函数返回标准正态分布的密度函数的值。
语法
PHI(x)
争论
| Argument | 描述 | Required/Optional |
|---|---|---|
| X | X is the number for which you want the density of the standard normal distribution. | Required |
Notes
-
如果x是无效的数字值,则PHI返回#NUM!错误值。
-
如果x是一个非数值,PHI将返回#VALUE!错误值。
适用性
Excel 2013,Excel 2016
Example