sf_normal


機能:
確率変数xの標準正規分布値を返す

書式:
sf_normal(x)

解説:
確率変数x(-∞<x<∞)の標準正規分布値を返します。

     φ(x) = e ^ ( -(x^2)/2 ) / sqrt(2π)     (-∞<x<∞)

例:sf_normal(1); → 0.8413447


return