Calculates the norm of an array.
The array
Optional
The type of norm, which can be "L0", "L1", "L2", or "LInfinity"
const result = Chalkboard.stat.norm([3, 4]); // Returns 5 Copy
const result = Chalkboard.stat.norm([3, 4]); // Returns 5
Calculates the norm of an array.