ggamma: Utility function called by pbaluev()

View source: R/lspfunctions.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.ruf@vetmeduni.ac.at.

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 March 18, 2022, 7:13 p.m.