R/temp/ordnor.R

Defines functions ordnor

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

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.