package scipy

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type tag = [
  1. | `Rv_frozen
]
type t = [ `Object | `Rv_frozen ] Obj.t
val of_pyobject : Py.Object.t -> t
val to_pyobject : [> tag ] Obj.t -> Py.Object.t
val create : ?kwds:(string * Py.Object.t) list -> dist:Py.Object.t -> Py.Object.t list -> t

None

val cdf : x:Py.Object.t -> [> tag ] Obj.t -> Py.Object.t

None

val entropy : [> tag ] Obj.t -> Py.Object.t

None

val expect : ?func:Py.Object.t -> ?lb:Py.Object.t -> ?ub:Py.Object.t -> ?conditional:Py.Object.t -> ?kwds:(string * Py.Object.t) list -> [> tag ] Obj.t -> Py.Object.t

None

val interval : alpha:Py.Object.t -> [> tag ] Obj.t -> Py.Object.t

None

val isf : q:Py.Object.t -> [> tag ] Obj.t -> Py.Object.t

None

val logcdf : x:Py.Object.t -> [> tag ] Obj.t -> Py.Object.t

None

val logpdf : x:Py.Object.t -> [> tag ] Obj.t -> Py.Object.t

None

val logpmf : k:Py.Object.t -> [> tag ] Obj.t -> Py.Object.t

None

val logsf : x:Py.Object.t -> [> tag ] Obj.t -> Py.Object.t

None

val mean : [> tag ] Obj.t -> Py.Object.t

None

val median : [> tag ] Obj.t -> Py.Object.t

None

val moment : n:Py.Object.t -> [> tag ] Obj.t -> Py.Object.t

None

val pdf : x:Py.Object.t -> [> tag ] Obj.t -> Py.Object.t

None

val pmf : k:Py.Object.t -> [> tag ] Obj.t -> Py.Object.t

None

val ppf : q:Py.Object.t -> [> tag ] Obj.t -> Py.Object.t

None

val rvs : ?size:Py.Object.t -> ?random_state:Py.Object.t -> [> tag ] Obj.t -> Py.Object.t

None

val sf : x:Py.Object.t -> [> tag ] Obj.t -> Py.Object.t

None

val stats : ?moments:Py.Object.t -> [> tag ] Obj.t -> Py.Object.t

None

val std : [> tag ] Obj.t -> Py.Object.t

None

val support : [> tag ] Obj.t -> Py.Object.t

None

val var : [> tag ] Obj.t -> Py.Object.t

None

val to_string : t -> string

Print the object to a human-readable representation.

val show : t -> string

Print the object to a human-readable representation.

val pp : Stdlib.Format.formatter -> t -> unit

Pretty-print the object to a formatter.