R/wavVar.R

wavVarPD <- function(x, ...){
    aux <- wavVar(x, ...)
    v <- var(x)
    result=rep(0, 10)
    ##scales=2^seq(0,9)
    unbiased.data <- aux$block$unbiased
    n=length(unbiased.data)
    result[1:n] <- unbiased.data/v
    return(result)
  }

Try the pdCluster package in your browser

Any scripts or data that you put into this service are public.

pdCluster documentation built on May 2, 2019, 5:25 p.m.