pub fn standard_error_mean<T>( stdev: T, sample_size: T, population_size: Option<T>, ) -> Twhere T: Float,