mmottl / gsl-ocaml

OCaml bindings to the GSL (GNU Scientific Library).
Other
36 stars 10 forks source link

enhancement request: add 2d histograms #8

Open nilsbecker opened 9 years ago

mmottl commented 9 years ago

I don't have time to do this right now, but I will accept patches.

foretspaisibles commented 9 years ago

In which form do you want to have histograms? Are you interested in histogram with automatic categories, supporting several strategies for this?

While I would be interested by this, I am not sure how it would fit in gsl-ocaml.

mmottl commented 9 years ago

@michipili Well, I don't use histograms so I wouldn't even know what users might be happy with. If the OCaml-API solves your problem and reasonably reflects the API of the underlying GSL-library (i.e. reading the original GSL-documentation will give you a decent idea on how to use the OCaml-bindings), then it would seem like a good fit.

nilsbecker commented 9 years ago

@michipili i was just thinking of providing (thin) bindings to the 2d hist functionality present in gsl, as found here https://www.gnu.org/software/gsl/manual/html_node/Histograms.html

foretspaisibles commented 9 years ago

Oh, my bad, this is for me an unexplored part of GSL! :)