# Bootstrapping the distribution of a summary statistics of functional data.
boot1 = pcscorebootstrapdata(ElNino$y, 500, "mean", bootmethod = "st")
boot1 = pcscorebootstrapdata(ElNino$y, 500, "mean", bootmethod = "sm")
boot1 = pcscorebootstrapdata(ElNino$y, 500, "mean", bootmethod = "mvn")
boot1 = pcscorebootstrapdata(ElNino$y, 500, "mean", bootmethod = "stiefel")Run the code above in your browser using DataLab