R/gammaHRF.R

Defines functions gammaHRF

Documented in gammaHRF

gammaHRF <-
function(x, FWHM=4, verbose=TRUE){

	th <- 0.242*FWHM
	
	1/(th*factorial(3)) * (x/th)^3 * exp(-x/th)
}

Try the neuRosim package in your browser

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

neuRosim documentation built on Oct. 18, 2023, 5:09 p.m.