Learn R Programming

CUB (version 0.1)

expcub00: Expectation of CUB models

Description

Compute the expectation of a CUB model without covariates.

Usage

expcub00(m, pai, csi)

Arguments

m
Number of ordinal categories
pai
Uncertainty parameter
csi
Feeling parameter

References

Piccolo D. (2003). On the moments of a mixture of uniform and shifted binomial random variables. Quaderni di Statistica, 5, 85--104

See Also

varcub00, expcube, varcube

Examples

Run this code
m<-10
pai<-0.3
csi<-0.7
meancub<-expcub00(m,pai,csi)

Run the code above in your browser using DataLab