kumikill
3/23/2016 - 1:52 PM

Returns the margin of error of a sample.

Returns the margin of error of a sample.

double MarginOfError(double sample) => 
    1 / System.Math.Sqrt(sample);