intfun2: Covariance function integral

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/intfun2.R

Description

This function evaluates a part of the covariance matrix for the Limit process derived in Kustosz, Leucht and Mueller (2016). It is just useful for internal calculations in the simulation of the limit distribution.

Usage

1
intfun2(t2, t1)

Arguments

t2

Value for the point in time t2 in the formula.

t1

Value for the point in time t2 in the formula.

Details

The theoretical background can be found in Kustosz, Leucht and Mueller (2016). Details on the usage in the calculation be found in Kustosz (2016).

Value

Returns the value of the integral.

Note

Auxiliary function for internal usage in some more central functions of this package.

Author(s)

Kustosz, Christoph

References

Kustosz, C. (2016). Depth based estimators and tests for autoregressive processes with application. Ph. D. thesis. TU Dortmund.

Kustosz C., Leucht A. and Mueller Ch. H. (2016). Tests based on simplicial depth for AR(1) models with explosion. Journal of Time Series Analysis. In press.

See Also

find1, find2,intfun2, oner

Examples

1
intfun2(0, 0)

ChrisKust/rexpar documentation built on May 6, 2019, 11:48 a.m.