Biocaml 0.4-dev : Biocaml_math.rms

let rms a =
Array.map ~f:(fun x -> x *. x) a |> mean |> sqrt

AltStyle によって変換されたページ (->オリジナル) /