powered by
Generate \(n\) pseudo-random observations following the given CUB distribution with shelter effect.
simcubshe(n,m,pai,csi,delta,shelter)
Number of simulated observations
Number of ordinal categories
Uncertainty parameter
Feeling parameter
Shelter parameter
Category corresponding to the shelter choice
probcubshe1, probcubshe2, probcubshe3
probcubshe1
probcubshe2
probcubshe3
n<-300 m<-9 pai<-0.7 csi<-0.3 delta<-0.2 shelter<-3 simulation<-simcubshe(n,m,pai,csi,delta,shelter) plot(table(simulation),xlab="Ordinal categories",ylab="Frequencies")
Run the code above in your browser using DataLab