
Last chance! 50% off unlimited learning
Sale ends in
zhang(x, estimator, alp, m)
"zhang" (x, estimator, alp = NULL, m = 300)
"zhang" (x, estimator, alp = NULL, m = 300)
chang
option. This method is called "direct" because it used
M-estimation theory for SO(3) directly instead of relying
on transforming a result from directional statistics as
prentice
and fisheretal
do.
bayesCR
, prentice
,
fisheretal
, chang
Rs <- ruars(20, rcayley, kappa = 100)
#The zhang method can be accesed from the "region" function or the "zhang" function
#They will be different because it is a bootstrap.
region(Rs, method = "direct", type = "bootstrap", alp = 0.1, estimator = "mean")
zhang(Rs, estimator = "mean", alp = 0.1)
Run the code above in your browser using DataLab