R/ordnor.R

Defines functions ordnor

Documented in ordnor

ordnor <- function(x){
  h <- (1 / sqrt(2 * pi)) * exp(-0.5 * x *x)
}

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.