standard_normal_pdf Interface

interface
public pure module function standard_normal_pdf(x) result(pdf)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: x

Return Value real(kind=dp)

Description

標準正規分布の確率密度関数値を返す。