gen.lms: Finding LRM regression line(s)

Description Usage Arguments Details Value References See Also

Description

Function within the s.linlir-function that determines the Likelihood-based Region Minimax (LRM) line(s).

Usage

1
gen.lms(dat, p = 0.5, bet, epsilon = 0, k.u = 0)

Arguments

dat

An nx4 data.frame containing the imprecise data of the analyzed variables. Columns 1 and 2 correspond to the interval-valued observations of the regressor variable, columns 3 and 4 to those of the dependent variable.

p

Quantile of the abolute residuals' distribution to be used as loss function in the LIR analysis. (0.5 corresponds to the median.)

bet

Cutoff-point for the normalized profile likelihood function.

epsilon

Fraction of coarsening errors considered.

k.u

As default k.u is calculated on the basis of p, bet and epsilon.

Details

The gen.lms-function implements the first part of the exact algorithm for the simple linear LIR analysis with interval data developed in M. Cattaneo, A. Wiencierz (2012c). This first part of the algorithm can be seen as a generalization of the basic algorithm for Least Median of Squares Regression (see, e.g., Steele / Steiger (1986) and Rousseeuw / Leroy (1987)).

Value

A list of two components.

lrm

A vector (or a matrix) of the intercept and slope parameter values of the LRM line(s) and the value of the p-quantile of the absolute residuals associated with the LRM line(s).

b.val

A vector of all slope values considered for the LRM line(s).

dat.unique

A data frame of all unique observations in the analyzed data set.

ind.dat

A matrix of the indices of all combinations of 2 unique data points.

References

M. Cattaneo, A. Wiencierz (2012c). On the implementation of LIR: the case of simple linear regression with interval data. Technical Report No. 127. Department of Statistics. LMU Munich.

A. Wiencierz, M. Cattaneo (2012b). An exact algorithm for Likelihood-based Imprecise Regression in the case of simple linear regression with interval data. In: R. Kruse et al. (Eds.). Advances in Intelligent Systems and Computing. Vol. 190. Springer. pp. 293-301.

M. Cattaneo, A. Wiencierz (2012a). Likelihood-based Imprecise Regression. International Journal of Approximate Reasoning. Vol. 53. pp. 1137-1154.

P. Rousseeuw, A. Leroy (1987). Robust Regression and Outlier Detection. Wiley.

J. Steele, W. Steiger (1986). Algorithms and complexity for least median of squares regression. Discret Appl Math 14. 93-100.

See Also

s.linlir, kl.ku, undom.para


linLIR documentation built on May 2, 2019, 4:47 p.m.

Related to gen.lms in linLIR...