R/temp/gauss.R

Defines functions gauss

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

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.