The statistical distribution
functions described below are all implemented in Qlik Sense using the Cephes
library. For references and details on algorithms used, accuracy etc,
see http://www.netlib.org/cephes/.
The Cephes function library is used by permission.
All functions can be used in both the data load script and in chart expressions.
Use the drop-down on each function to see a brief description and the syntax of each function. Click the function name in the syntax description for further details.
This function returns the one-tailed probability
of the chi2 distribution. The chi2distribution is associated with a chi2 test.
This function returns the cumulative normal
distribution for the specified mean and standard deviation. If mean = 0
and standard_dev = 1, the function returns the standard normal distribution.
This function returns the probability for the
student t-distribution where a numeric value is a calculated value of
t for which the probability is to be computed.