package owl-base
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
OCaml Scientific and Engineering Computing - Base
Install
dune-project
Dependency
Authors
Maintainers
Sources
owl-0.8.0.tbz
sha256=862af251e2a3e7a6b79724a4020a0c9308b36f12c85cd0a52385c4df82132c66
sha512=c1dabbf467a587757b11a28b9c6e8f68a86ce799d07c7ab5f2afa92d20145ba9e4282975aeb269b7324f5ba90d1576db156006f4d58177a860def773f9d974f2
doc/owl-base/Owl_base_stats/index.html
Module Owl_base_stats
Statistics: random number generators, PDF and CDF functions, and hypothesis tests. The module also includes some basic statistical functions such as mean, variance, skew, and etc.
Randomisation functions
Basic statistical functions
Refer to :doc:`owl_stats`.
type histogram = {bins : float array;counts : int array;weighted_counts : float array option;normalised_counts : float array option;density : float array option;
}Refer to :doc:`owl_stats`.
val histogram :
[ `Bins of float array | `N of int ] ->
?weights:float array ->
float array ->
histogramRefer to :doc:`owl_stats`.
val histogram_sorted :
[ `Bins of float array | `N of int ] ->
?weights:float array ->
float array ->
histogramRefer to :doc:`owl_stats`.
val pp_hist : Format.formatter -> histogram -> unitRefer to :doc:`owl_stats`.
val gaussian_kde :
?bandwidth:[ `Silverman | `Scott ] ->
?n_points:int ->
float array ->
float array * float arrayRefer to :doc:`owl_stats`.
Random variables
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page