IDAX.QLOGIS - 逆 Logistic 分布

QLOGIS 函数返回呈 Logistic 分布的变量值 x,该变量小于或等于 x 的概率等于指定的百分比。

语法

IDAX.QLOGIS(DOUBLE percentage, DOUBLE mean, DOUBLE scale)

参数描述

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

如果 PLOGIS(x,mean,scale)=perc,那么对于所有的 x 值和 mean 值,当 scale 值为正时,QLOGIS(perc,mean,scale)=x。

返回的信息

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