IDAX.QEXP_H - 高尾逆指数分布

QEXP_H 函数返回呈指数分布的变量值 x,该变量大于 x 的概率等于指定的百分比。

语法

IDAX.QEXP_H(DOUBLE percentage, DOUBLE scale)

参数描述

percentage
必需。
所请求的百分比限制。
如果 percentage 不在 0 - 1 范围内,那么对于所有的 scale 值,QEXP_H(percentage,scale) 均为 null。
最小值:0.00000000001
最大值:0.99999999999
数据类型:DOUBLE
scale
必需。
指数标度。
如果 scale 等于或小于 0,那么对于所有的 percentage 值,QEXP_H(percentage,scale) 均为 null。
最小值:0.00000000001
数据类型:DOUBLE

当 scale 值大于 0 且 perc 值在 0 - 1 范围内时,QEXP_H(perc,scale)=QEXP(1-perc,scale)。

如果 PEXP_H(x,scale)=perc,那么 QEXP_H(perc,scale)=x。

返回的信息

DOUBLE:点 x,在该点处,PEXP_H(x,scale)=percentage。