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)

ConvFuncTimeSeries/test_t documentation built on May 29, 2019, 1:39 p.m.