We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
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)]}.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Day 1: Standard Deviation
You are viewing a single comment's thread. Return to all 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)]}.