Jonathan Chan

Results 5 comments of Jonathan Chan

I just remembered another point that I forgot to bring up. I'm not quite sure your method names fit the naming conventions Apple uses. Personally I'd rename `public static func...

`Sigma.variance(sample: [1, 12, 19.5, -5, 3, 8])` and `Sigma.variance(population: [1, 12, 19.5, -5, 3, 8])` would be 2 separate method signatures. Even though it's technically a parameter, it still distinguishes...

It does! Any ideas on how to fix it? I don't know Python, so I can't help.