package owl

  1. Overview
  2. Docs
OCaml Scientific and Engineering Computing

Install

Dune Dependency

Authors

Maintainers

Sources

owl-0.7.0.tbz
sha256=cb9b596d7a2166630e385381f5dcb7cc6c2a4afebd32b2811db3e4b4fe008f3c
sha512=940c0953ee3fce453787e0820df42f4f3852413ba0a1af9d18af128d90a76bf9c93aaa3af42bd80be938b0b53ed0f546a1972ecc5fad7dd35247cea5e699b78f

doc/owl/Owl_stats_sampler/index.html

Module Owl_stats_sampler

type 'a t = {
  1. samples : 'a array;
  2. accept : float;
}
val rejection : m:float -> proprvs:(unit -> float) -> proppdf:(float -> float) -> pdf:(float -> float) -> int -> float t
val ars : 'a option
val arms : 'a option
val metropolis : ?burnin:int -> ?thin:int -> initial:'a array -> proprvs:('a array -> 'a array) -> proppdf:('a array -> 'a array -> float) -> pdf:('a array -> float) -> int -> 'a array t
val gibbs : 'a option
val slice : 'a option
val adaptive_rejection : 'a option
val to_string : 'a t -> string
val pp_t : Format.formatter -> 'a t -> unit
OCaml

Innovation. Community. Security.