F.test: F Test for Nonlinearity

Description Usage Arguments Value Examples

Description

Compute the F-test statistic for nonlinearity

Usage

1
F.test(x, order, thres = 0)

Arguments

x

time series.

order

AR order.

thres

threshold value.

Value

The function outputs the test statistic and its p-value, and return a list with components:

test.stat

test statistic.

p.value

p-value.

order

AR order.

Examples

1
2
y=rnorm(100)
F.test(y,2,0)

NTS documentation built on Aug. 6, 2020, 5:08 p.m.

Related to F.test in NTS...