R/fp.R

Defines functions fp

Documented in fp

fp <-
function(a, sd){1/(sd*sqrt(2*pi))*exp(-(a^2)/(2*sd^2))}

Try the UBCRM package in your browser

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

UBCRM documentation built on May 17, 2022, 1:07 a.m.