package for calculating local Wilcoxon statistic for two functional

0 downloads 0 Views 196KB Size Report
Wilcoxon statistic for two functional samples and for a procedure dedicated for a structural change in functional time series detection#. #first we need to install ...
#simple R scripts appealing to {DepthProc} package for calculating local Wilcoxon statistic for two functional samples and for a procedure dedicated for a structural change in functional time series detection#

#first we need to install and upload following R packages# library(e1071) library(MASS) library(fda) library(DepthProc) library(fda.usc) #cosider day and night divided into 1min time segments# doba obserwacje co minutę x=rwiener(end=24,frequency=1440) plot(x) y=rbridge(end=24,frequency=1440) plot(y) #Let us create example data matrices m.data

Suggest Documents