Calculates the value of the standard normal distribution at a given point.
The point
const result = Chalkboard.stat.normal(0); // Returns approximately 0.3989 Copy
const result = Chalkboard.stat.normal(0); // Returns approximately 0.3989
Calculates the value of the standard normal distribution at a given point.