pub fn vector_standard_deviation(vector: Vec<i128>) -> String
Expand description

Calculates the standard deviation of a given vector of 128-bit signed integers.

Arguments

  • vector - A vector of signed 128-bit integers

Returns

  • String - The standard deviation of the input vector, formatted as a string with two decimal places