package gsl
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
GSL - Bindings to the GNU Scientific Library
Install
dune-project
Dependency
Authors
Maintainers
Sources
gsl-ocaml-1.19.1.tar.gz
sha256=05891594ed3b4ea0c2f201531aeafce1280b937a18ba76d818760252c2b34b66
md5=b59a432ac89b49fbd0085d4e17315c50
doc/gsl/Gsl_histo/index.html
Module Gsl_histo
Histograms
type t = private {n : int;(*number of histogram bins
*)range : float array;(*ranges of the bins ; n+1 elements
*)bin : float array;(*counts for each bin ; n elements
*)
}The histogram type
val check : t -> boolAllocating histograms
val make : int -> tval set_ranges : t -> float array -> unitval set_ranges_uniform : t -> xmin:float -> xmax:float -> unitUpdating and accessing histogram elements
val accumulate : t -> ?w:float -> float -> unitval get : t -> int -> floatval get_range : t -> int -> float * floatval h_max : t -> floatval h_min : t -> floatval bins : t -> intval reset : t -> unitSearching histogram ranges
val find : t -> float -> intHistograms statistics
val max_val : t -> floatval max_bin : t -> intval min_val : t -> floatval min_bin : t -> intval mean : t -> floatval sigma : t -> floatval sum : t -> floatHistogram operations
val scale : t -> float -> unitval shift : t -> float -> unitResampling
val sample : histo_pdf -> float -> float sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page