拐点(inflection point)指函数曲率发生改变的点,典型判别是二阶导数在该点附近变号(或等价地凸凹性改变)。
对 X∼N(μ,σ2),CDF 为
F(x)=Φ(σx−μ).
有
F′(x)=σ1φ(σx−μ),
其中 φ 为标准正态密度。再求导:
F′′(x)=σ21φ′(σx−μ)=σ21(−σx−μ)φ(σx−μ).
令 F′′(x)=0 得 x=μ。因此拐点坐标为
(μ,21).
英文解析
An inflection point refers to a point where the curvature of a function changes; a typical criterion is that the second derivative changes sign in the neighborhood of this point (or equivalently, the concavity changes).
For X∼N(μ,σ2), the CDF is
F(x)=Φ(σx−μ).
We have
F′(x)=σ1φ(σx−μ),
where φ is the standard normal density. Differentiating again:
F′′(x)=σ21φ′(σx−μ)=σ21(−σx−μ)φ(σx−μ).
Setting F′′(x)=0 yields x=μ. Thus, the coordinates of the inflection point are
(μ,21).