bayesCR(x, type, S0, kappa0, tuneS, tuneK, burn_in,
m = 5000, alp = 0.1) ## S3 method for class 'SO3':
bayesCR(x, type, S0, kappa0, tuneS, tuneK,
burn_in, m = 5000, alp = 0.1)
## S3 method for class 'Q4':
bayesCR(x, type, S0, kappa0, tuneS, tuneK,
burn_in, m = 5000, alp = 0.1)
Bingham MA, Nordman DJ and Vardeman SB (2010). "Finite-sample investigation of likelihood and Bayes inference for the symmetric von Mises-Fisher distribution." Computational Statistics & Data Analysis, 54(5), pp. 1317-1327.
fisheretal
, prentice
,
chang
, zhang
Rs<-ruars(20,rcayley,kappa=4)
region(Rs,type='Cayley',method='Bayes',estimator='mean',
S0=mean(Rs),kappa0=2,tuneS=39,tuneK=.8,burn_in=100,alp=.01)
Run the code above in your browser using DataLab