The Hotellings T square distribution is the distribution of the squared Mahalanobis distances with respected to estimated variance covariance matrices.
qHotellingsTsq(p,n,m)
pHotellingsTsq(q,n,m)
a (vector of) probabilities
a vector of quantils
number of parameters, the p parameter of Hotellings
number of dimensions, the m parameter of the Hotellings
a vector of quantils
a vector of probabilities
The Hotellings
# NOT RUN {
(q <- qHotellingsTsq(seq(0,0.9,by=0.1),3,25))
pHotellingsTsq(q,3,25)
# }
Run the code above in your browser using DataLab