probihg function

Probability distribution of an IHG model

Probability distribution of an IHG model

Compute the probability distribution of an IHG model (Inverse Hypergeometric) without covariates.

probihg(m,theta)

Arguments

  • m: Number of ordinal categories
  • theta: Preference parameter

Returns

The vector of the probability distribution of an IHG model.

Examples

m<-10 theta<-0.30 pr<-probihg(m,theta) plot(1:m,pr,type="h",xlab="Ordinal categories") points(1:m,pr,pch=19)

References

D'Elia A. (2003). Modelling ranks using the inverse hypergeometric distribution, Statistical Modelling: an International Journal, 3 , 65--78

  • Maintainer: Rosaria Simone
  • License: GPL-2 | GPL-3
  • Last published: 2024-02-23

Useful links