oml
Math Library
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library oml
include module type of Oml_descriptive
val classify_skew : float array -> skew_classification
val classify_kurtosis : float array -> kurtosis_classification
type summary = {
size : int; |
min : float; |
max : float; |
mean : float; |
std : float; |
var : float; |
skew : float * skew_classification; |
kurtosis : float * kurtosis_classification; |
}
val summary : ?biased:bool -> float array -> summary