prob-methods {distr}R Documentation

Methods for Function prob in Package ‘distr’

Description

prob-methods

Methods

prob
signature(object = "BinomParameter"): returns the slot prop of the parameter of the distribution
prob<-
signature(object = "BinomParameter"): modifies the slot prob of the parameter of the distribution
prob
signature(object = "Binom"): returns the slot prop of the parameter of the distribution
prob<-
signature(object = "Binom"): modifies the slot prob of the parameter of the distribution
prob
signature(object = "NbinomParameter"): returns the slot prop of the parameter of the distribution
prob<-
signature(object = "NbinomParameter"): modifies the slot prob of the parameter of the distribution
prob
signature(object = "Nbinom"): returns the slot prop of the parameter of the distribution
prob<-
signature(object = "Nbinom"): modifies the slot prob of the parameter of the distribution
prob
signature(object = "GeomParameter"): returns the slot prop of the parameter of the distribution (deprecated from 1.9 on)
prob<-
signature(object = "GeomParameter"): modifies the slot prob of the parameter of the distribution (deprecated from 1.9 on)
prob
signature(object = "Geom"): returns the slot prop of the parameter of the distribution
prob<-
signature(object = "Geom"): modifies the slot prob of the parameter of the distribution

[Package distr version 2.0.2 Index]