https://github.com/cran/IQCC
Raw File
Tip revision: 015c96430f6bddf3c9b4b20d878ceae380a023be authored by Emanuel P. Barbosa on 21 September 2009, 00:00:00 UTC
version 1.0
Tip revision: 015c964
T2indII.R
T2indII <-
function(datum2,estat){n=1
T2<-(t(datum2-estat[[1]])%*%solve(estat[[2]])%*%(datum2-estat[[1]]))}

back to top