ggamma: Utility function called by pbaluev()

View source: R/ggamma.R

ggammaR Documentation

Utility function called by pbaluev()

Description

From astropy.timeseries

Usage

ggamma(N)

Arguments

N

A positive number

Value

sqrt(2 / N) * exp(lgamma(N / 2) - lgamma((N - 1) / 2))

Author(s)

Thomas Ruf thomas.p.ruf@me.com

References

VanderPlas, J. & Ivezic, Z. (2015) Periodograms for Multiband Astronomical Time Series.The Astrophysical Journal 812.1:18

See Also

pbaluev

Examples

ggamma(3)

lomb documentation built on May 29, 2024, 3:37 a.m.