Learn R Programming

lomb (version 2.5.0)

ggamma: Utility function called by pbaluev()

Description

From astropy.timeseries

Usage

ggamma(N)

Value

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

Arguments

N

A positive number

Author

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

Run this code
ggamma(3)

Run the code above in your browser using DataLab