- MathProbabilityDensityExponential
- MathCumulativeDistributionExponential
- MathQuantileExponential
- MathRandomExponential
- MathMomentsExponential
MathCumulativeDistributionExponential
確率変数xに対して、パラメータmuを用いて指数分布の確率分布関数を計算します。エラーの場合は、NaNを返します。
double MathCumulativeDistributionExponential(
|
確率変数xに対して、パラメータmuを用いて指数分布の確率分布関数を計算します。エラーの場合は、NaNを返します。
double MathCumulativeDistributionExponential(
|
確率変数の配列x[]に対してパラメータmuを用いて指数分布の確率分布関数を計算します。エラーの場合は、falseを返します。Rのpexp()の類似体です。
bool MathCumulativeDistributionExponential(
|
確率変数の配列x[]に対してパラメータmuを用いて指数分布の確率分布関数を計算します。エラーの場合は、falseを返します。
bool MathCumulativeDistributionExponential(
|
パラメータ
x
[in] 確率変数の値
x[]
[in] 確率変数の値を持つ配列
mu
[in] 分布のパラメータ(期待値)
tail
[in] 計算のフラグ。 true の場合、確率変数がx 以下である確率を計算する。
log_mode
[in] 値の対数を計算するためのフラグ。log_mode=trueの場合、確率の自然対数を計算する。
error_code
[out] エラーコードを格納する変数
result[]
[out] 確率関数の値の配列