CalcMe documentationCommandsStatisticsStandard deviationStandard deviationComputes the standard deviation of a data sample X={x1,...,xn}s2=1n-1∑i=1n(xi-x¯)2where x¯ is the mean of X.Syntaxstandard_deviation(Statistics_data) DescriptionGiven a data sample X, computes its standard deviation.Related functionsStandard deviation_n, Variance, Mean