ggamma {lomb}R 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)

[Package lomb version 2.5.0 Index]