-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi,
Thanks for making this package available.
I've been using the package for a while. Lately on updated machines the package crashes with a very simple example, depending on the length of the series. Being a hard crash of R I can't get details. But it appears a problem of memory access. Maybe some of the installation flags conflict with other libraries I have on my computer... hard to tell.
Any clue?
Cheers
Gianni
This is the example. Below the details of my R installation
fr_=12 tmp25<-as.ts(rnorm(170)) lmb<-1600 *(fr_/4)^4 # Ravn and Uhlig 2002 out<-mFilter::mFilter( tmp25 ,filter='HP',lambda=lmb,na.rm=T) out<-bHP::BoostedHP(tmp25,lambda = lmb,iter = T)
R installation
platform x86_64-pc-linux-gnu arch x86_64 os linux-gnu system x86_64, linux-gnu status major 4 minor 1.2 year 2021 month 11 day 01 svn rev 81115 language R version.string R version 4.1.2 (2021-11-01) nickname Bird Hippie