correction_factor_t: Correction factor C_t(nu) for Student-t leverage estimation

View source: R/svp_internal.R

correction_factor_tR Documentation

Correction factor C_t(nu) for Student-t leverage estimation

Description

Under scale mixture u_t = z_t \lambda_t^{-1/2}, C_t(\nu) = [E[\lambda^{-1/2}]]^2 = (\nu/2) [\Gamma((\nu-1)/2) / \Gamma(\nu/2)]^2. Exact, parameter-free.

Usage

correction_factor_t(nu)

Arguments

nu

Degrees of freedom (nu > 1)

Value

C_t(nu), always > 1 for finite nu (approaches 1 as nu -> Inf)


wARMASVp documentation built on May 15, 2026, 5:07 p.m.