R/Starting.R

Defines functions Starting

Starting <- function(vY) {

  dBeta  = 0.95
  dAlpha = 0.05
  dGamma = 0.10
  dPhi   = 0.94

  vPn = c(beta = dBeta,
          alpha = dAlpha,
          phi = dPhi,
          gamma = dGamma)

  return(vPn)
}

Try the DMQ package in your browser

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

DMQ documentation built on Nov. 2, 2023, 6 p.m.