34 return $e->getMessage();
37 if (($value < 0) || ($lambda < 0)) {
41 if ($cumulative ===
true) {
42 return 1 - exp(0 - $value * $lambda);
45 return $lambda * exp(0 - $value * $lambda);
static distribution($value, $lambda, $cumulative)
EXPONDIST.
static validateFloat($value)
static flattenSingleValue($value='')
Convert an array to a single scalar value by extracting the first element.
static validateBool($value)