distr (version 2.0.3)

HyperParameter-class: Class "HyperParameter"

Description

The parameter of a hypergeometric distribution, used by Hyper-class

Arguments

Objects from the Class

Objects can be created by calls of the form new("HyperParameter", k, m, n). Usually an object of this class is not needed on its own, it is generated automatically when an object of the class Hyper is instantiated.

Extends

Class "Parameter", directly.

concept

  • parameter
  • Hypergeometric distribution
  • S4 parameter class

See Also

Hyper-class Parameter-class

Examples

Run this code
W <- new("HyperParameter",k=3, m=3, n=3)
m(W) # m of this distribution is 3.
m(W) <- 2 # m of this distribution is now 2.

Run the code above in your browser using DataCamp Workspace