package prbnmcn-dagger-stats

  1. Overview
  2. Docs

Module Stats_distSource

Sourcemodule Log_space = Dagger.Log_space
Sourcemodule Gen : sig ... end
Sourcemodule Pdfs = Stats.Pdfs
Sourceval float : float -> float Dagger.Dist.t
Sourceval int : int -> int Dagger.Dist.t
Sourceval bool : bool Dagger.Dist.t
Sourceval gaussian : mean:float -> std:float -> float Dagger.Dist.t
Sourceval brownian : start:float -> std:float -> float Dagger.Dist.t
Sourceval flat : float -> float -> float Dagger.Dist.t
Sourceval bernoulli : bias:float -> bool Dagger.Dist.t
Sourceval geometric : p:float -> int Dagger.Dist.t
Sourceval exponential : rate:float -> float Dagger.Dist.t
Sourceval uniform : 'a array -> 'a Dagger.Dist.t
Sourceval without_replacement : 'a array -> int -> ('a list * 'a list) Dagger.Dist.t
Sourceval categorical : (module Hashtbl.S with type key = 'a) -> ('a * float) array -> 'a Dagger.Dist.t
Sourceval mixture : float array -> 'a Dagger.Dist.t array -> 'a Dagger.Dist.t
OCaml

Innovation. Community. Security.