R/psiandrew.R

Defines functions psi.andrew

Documented in psi.andrew

psi.andrew <- function(u, k=1.339, deriv=0){
  if(!deriv) ifelse(u < pi*k, sin(u/k)/(u/k), 0)
  abs(u) < pi*k
}

Try the HoRM package in your browser

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

HoRM documentation built on March 11, 2021, 9:07 a.m.