• + 0 comments

    Considering that finite sequences of inputs typically are samples from a population, the correct answer should be the implementation of the sample standard deviation,

    i.e. s = Sqrt{ Sum [((x_i-mu)^2)/(N-1)]}.