R/lambda.u.R

Defines functions lambda.u

Documented in lambda.u

lambda.u = function(nu){
  H = length(nu)
  ph = rep(0, H)
  ph <- .C("lambda", as.double(nu), as.integer(H), as.double(ph), PACKAGE="BHTSpack")[[3]]

  return(ph)
}

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.