Skip to content

Simultaneous Confidence Bands for the Mean of Functional Data

License

Notifications You must be signed in to change notification settings

ddegras/SCBmeanfd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCBmeanfd

Simultaneous Confidence Bands for the Mean of Functional Data

Statistical methods for estimating and inferring the mean of functional data. The methods include simultaneous confidence bands (parametric/nonparametric bootstrap + Gaussian kinematic formula), local polynomial fitting, bandwidth selection by plug-in and cross-validation, goodness-of-fit tests for parametric models, equality tests for two-sample problems, and plotting functions.

To install the package:

install.packages("boot") # run this line if you don't have package 'boot' installed yet
install.packages("KernSmooth") # run this line if you don't have package 'KernSmooth' installed yet
install.packages("devtools") # run this line if you don't have package 'devtools' installed yet
library(devtools)  
install_github("ddegras/SCBmeanfd") 

About

Simultaneous Confidence Bands for the Mean of Functional Data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages