34 return $e->getMessage();
37 if (($value < 0) || ($mean < 0)) {
43 $floor = floor($value);
44 for (
$i = 0;
$i <= $floor; ++
$i) {
48 return exp(0 - $mean) * $summer;
static validateFloat($value)
static fact($factVal)
FACT.
static flattenSingleValue($value='')
Convert an array to a single scalar value by extracting the first element.
static validateBool($value)
static distribution($value, $mean, $cumulative)
POISSON.