R/gauss.R

Defines functions gauss

Documented in gauss

gauss <- function(t){
  value <- ( 1 + erf(t / sqrt(2))) / 2
}

Try the SINRELEF.LD package in your browser

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

SINRELEF.LD documentation built on June 22, 2024, 9:14 a.m.