Closed tikigonzo closed 2 months ago
Kurtosis is undefined when probability is 0. Adding an exception case to Kurtosis and Skew for this case.
These functions should return infinity when dividing by 0. This is the desired behavior. There is no need for an exception.
Got it. Undid changes and testing.
Kurtosis is undefined when probability is 0. Adding an exception case to Kurtosis and Skew for this case.