R/phieta.r

Defines functions phieta

Documented in phieta

phieta <- function(x, phi) {
  n <- length(x)
  eta <- c(phi[1], diff(phi) / diff(x))
  return(eta)
}

Try the logcondens package in your browser

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

logcondens documentation built on Aug. 22, 2023, 5:06 p.m.