R/log_dens_Von_Mises.R

log_dens_Von_Mises <-
function (x, m, k) 
{   
	f = k*cos(x-m)-log(besselI(k,0))-log(2*pi)
}

Try the NHMSAR package in your browser

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

NHMSAR documentation built on Feb. 9, 2022, 9:06 a.m.