= 1 / $b) { throw new \OutOfBoundsException('Out of bounds'); } return \exp($mu * $t) / (1 - $b ** 2 * $t ** 2); } /** * Get skewness. * * @return float * * @since 1.0.0 */ public static function getSkewness() : float { return 0; } /** * Get Ex. kurtosis. * * @return float * * @since 1.0.0 */ public static function getExKurtosis() : float { return 3; } }