R/A1FirstDerivative.R

Defines functions A1FirstDerivative

Documented in A1FirstDerivative

A1FirstDerivative <- function(kappa) {
  result <- 1-(A1(kappa=kappa)/kappa)-A1(kappa=kappa)^2
  return(result)
}

Try the circular package in your browser

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

circular documentation built on Sept. 8, 2023, 6:03 p.m.