R/pgrad.R

Defines functions pgrad

Documented in pgrad

pgrad <- function(x, t, sigj){

  tmp <- (t-x) / sigj
  n <- exp(1.702 * tmp)
  d <- n / (1+n)

  return(d)

}

Try the ORIONZ.G package in your browser

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

ORIONZ.G documentation built on Sept. 11, 2024, 6:13 p.m.