prbnmcn-stats
Basic statistics
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 prbnmcn-stats
empirical_mean dist
computes the empirical mean (or sample mean) of dist
.
val empirical_mean_generic :
(module Basic_structures.Basic_intf.Module
with type t = 'elt
and type R.t = r) ->
'elt t ->
'elt
empirical_mean_generic mod dist
computes the empirical mean (or sample mean) of dist
. This functions works on empirical distributions over arbitrary r-modules.