eps_ind_dist: Calculation of a point inside of a triangle

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

View source: R/eps_ind_dist.R

Description

This is a internal function of the optimisation algoritm using a candidate search and a precise calculation by considering points inside of the simplices defined by intersection of roots of residuals and an epsilon to shift the candidates into the simplex. Thereby the considered simplices are constructed by the colosest two neighbours of each candidate.

Usage

1
eps_ind_dist(v1, Mat, eps)

Arguments

v1

A central candidate which gives an edge of the considered simplex. The remaining edges then are selected as the candidates with minimal distance to v1.

Mat

A Matrix of parameters defining the edges of simplicies defined by intersections of residuals.

eps

Epsilon to shift the candidate value itside a considered simplex.

Details

Details can be found in Kustosz (2016).

Value

The function returns a new parameter value which lies in the selected simplex.

Author(s)

Kustosz, Christoph

References

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

See Also

Tri_Mid, Tri_Mid_n1


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