package owl

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Owl_stats_samplerSource

Sourcetype 'a t = {
  1. samples : 'a array;
  2. accept : float;
}
Sourceval rejection : m:float -> proprvs:(unit -> float) -> proppdf:(float -> float) -> pdf:(float -> float) -> int -> float t
Sourceval ars : 'a option
Sourceval arms : 'a option
Sourceval 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
Sourceval gibbs : 'a option
Sourceval slice : 'a option
Sourceval adaptive_rejection : 'a option
Sourceval to_string : 'a t -> string
Sourceval pp_t : Format.formatter -> 'a t -> unit
OCaml

Innovation. Community. Security.