pub fn vector_mean_float(vector: Vec<f64>) -> f64
Expand description

Calculates the mean of a given vector of 64-bit floating-point numbers.

Arguments

  • vector - A vector of 64-bit floating-point numbers

Returns

  • f64 - The mean of all elements in the input vector