Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
dlgamma
ガンマ関数, psi関数の微分
呼び出し手順
y = dlgamma(x)
パラメータ
- x
実数ベクトル
- y
同じ大きさの実数ベクトル.
説明
dlgamma(x)
は,x
の全ての要素について,
ガンマ関数の対数微分を計算します.
この値はgammaln関数の微分に一致します:
x
は実数である必要があります.
psi 関数としても知られています.
例
dlgamma(0.5)
Report an issue | ||
<< delip | Special Functions | erf >> |