package scipy

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

Module Distributions.Rv_frozenSource

Sourcetype tag = [
  1. | `Rv_frozen
]
Sourcetype t = [ `Object | `Rv_frozen ] Obj.t
Sourceval of_pyobject : Py.Object.t -> t
Sourceval to_pyobject : [> tag ] Obj.t -> Py.Object.t
Sourceval create : ?kwds:(string * Py.Object.t) list -> dist:Py.Object.t -> Py.Object.t list -> t

None

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

None

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

None

Sourceval 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

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

None

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

None

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

None

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

None

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

None

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

None

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

None

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

None

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

None

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

None

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

None

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

None

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

None

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

None

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

None

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

None

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

None

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

None

Sourceval to_string : t -> string

Print the object to a human-readable representation.

Sourceval show : t -> string

Print the object to a human-readable representation.

Sourceval pp : Format.formatter -> t -> unit

Pretty-print the object to a formatter.