cumulative_probability
function calculates the probability that a value drawn from a numeric field will be less then or equal to a specific value. The cumulative_probability
function takes three parameters:
- The numeric field to compute the cumulative probability from
- The specific numeric value to compute the cumulative probability for
- The sample size
Sample syntax
Result set
The result set for thecumulative_probability
function contains a single record with the calculated cumulative probability. The cumulative_probability
function returns the cumulative probability calculation.
Sample result set in Apache Zeppelin

Visualization
Sample visualization of thecumulative_probability
function using the Apache Zeppelin number visualization:
