data <- precipGER
# \donttest{
data.alpha2 <- to.alpha.2(data$pr)
Sigma <- est.tpdm(data.alpha2,anz_cores =1)
res.pca <- pca.tpdm(Sigma, data.alpha2)
EPI <- compute.EPI(res.pca, m = 1:10)
plot(data$date, EPI, type='l')# }
Run the code above in your browser using DataLab