R/nu.u.R

Defines functions nu.u

Documented in nu.u

nu.u = function(ind, tau, H){
  n = length(ind)
  nu = rep(0, H)
  nu <- .C("abfun", as.integer(ind-1), as.integer(n), as.double(tau), as.integer(H), as.double(nu), PACKAGE="BHTSpack")[[5]]

  return(nu)
}

Try the BHTSpack package in your browser

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

BHTSpack documentation built on Feb. 8, 2021, 5:07 p.m.