
Last chance! 50% off unlimited learning
Sale ends in
Find the radius of a
prentice(x, alp)# S3 method for Q4
prentice(x, alp = NULL)
# S3 method for SO3
prentice(x, alp = NULL)
alpha level desired, e.g. 0.05 or 0.10.
Radius of the confidence region centered at the projected mean for each of the x-, y- and z-axes.
Compute the radius of a
prentice1986, rancourt2000
# NOT RUN {
Qs<-ruars(20, rcayley, kappa = 100, space = 'Q4')
# The prentice method can be accessed from the "region" function or the "prentice" function
region(Qs, method = "transformation", type = "asymptotic", alp = 0.1, estimator = "mean")
prentice(Qs, alp = 0.1)
# }
Run the code above in your browser using DataLab