R/heqa.SGB.R

Defines functions heqa.SGB

Documented in heqa.SGB

heqa.SGB <-
function(x,d,u,bound,shape1,...){
   a  <- x[1]
   
   h <- vector()
   h[1] <- a-shape1
   return(h)
}

Try the SGB package in your browser

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

SGB documentation built on March 26, 2020, 8:02 p.m.