[Yuima-commits] r783 - pkg/yuima/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jan 28 01:29:40 CET 2022


Author: kyuta
Date: 2022-01-28 01:29:40 +0100 (Fri, 28 Jan 2022)
New Revision: 783

Modified:
   pkg/yuima/R/wllag.R
Log:
added wllag.R

Modified: pkg/yuima/R/wllag.R
===================================================================
--- pkg/yuima/R/wllag.R	2022-01-27 19:11:10 UTC (rev 782)
+++ pkg/yuima/R/wllag.R	2022-01-28 00:29:40 UTC (rev 783)
@@ -1,7 +1,7 @@
 # Scale-by-scale lead-lag estimation by wavelets
 
 ## function to compute Daubechies' extremal phase wavelet filter
-## The function is based on implementation of wavethresh package
+## The function is based on implementation of the wavethresh package
 daubechies.wavelet <- function(N){
   
   switch (N,



More information about the Yuima-commits mailing list