fn gaussian_kernel(std_deviation: f64) -> Vec<f64>
Expand description

Computes a gaussian kernel line for the given standard deviation.