search for: nongaussian

Displaying 1 result from an estimated 1 matches for "nongaussian".

Did you mean: loggaussian
2012 Jan 16
0
Package: Waveslim Error: The object is this type is not subsettable
Hi everyone I am using the wavelet and waveslim package in R to find the wave variance.Here is the code return.modwt<-modwt(X, filter="la8", n.levels=5, boundary="periodic", fast=TRUE) return.modwt.var<- wave.variance(return.modwt, type="nongaussian") Where X is a uni-variate time series. I am expecting a matrix with 5 rows(no. of levels) and 3 columns(variance,upper bound,lower bound) but I am getting a message: no method for coercing this S4 class to a vector. What does this mean?I have installed waveslim 1.6.4 version. Thanks in A...