pseudo_gaussian_test {PerRegMod}R Documentation

Detecting periodicity of parameters in the regression model

Description

pseudo_gaussian_test() function gives the value of the statistic test, T^{(n)}, for detecting periodicity of parameters in the regression model. See check_periodicity function.

Usage

pseudo_gaussian_test(x,z,s)

Arguments

x

A list of independent variables with dimension p.

z

The residuals vector.

s

A period of the regression model.

Value

returns the value of the statistic test, T^{(n)}.


[Package PerRegMod version 4.4.3 Index]