R/heqa.SGB.jac.R

Defines functions heqa.SGB.jac

Documented in heqa.SGB.jac

heqa.SGB.jac <-
function(x,...){
   
   J <- matrix(0, 1, length(x))
   J[1,1] <- 1
   return(J)
  }

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.