package pareto

  1. Overview
  2. Docs
type bandwidth =
  1. | Silverman
  2. | Scott
type kernel =
  1. | Gaussian
val estimate_pdf : ?kernel:kernel -> ?bandwidth:bandwidth -> ?n_points:int -> float array -> float array * float array
OCaml

Innovation. Community. Security.