package owl

  1. Overview
  2. Docs
OCaml Scientific and Engineering Computing

Install

Dune Dependency

Authors

Maintainers

Sources

owl-1.0.1.tbz
sha256=72ca9f6edd302fdfa16c7559cedac7ac2c885466a367e17ea1ea8807b2dd13ef
sha512=72a60fb5b0ee4eea6cd8012aab9a492a32483feb218c1b6b4b913e0af985fba288113164e5af1129c0b5fffdb49d7b9aded6647238626b6561dc7125fdeb4eb5

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.