s.linlir
-function that determine the parameter combinations corresponding to undominated regression lines. The undom.a
-function finds the set of undominated intercept values associated with a given slope and the undom.para
-function finds the set of undominated intercept values associated with a given vector of slope values.
undom.a(dat, b, q.lrm, p = 0.5, bet, epsilon = 0)
undom.para(dat, b.range, a.grid = 100, q.lrm, p = 0.5, bet, epsilon = 0)
n
x4 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.
undom.para
.
undom.para
indicating how fine the set of undominated parameter combinations is approximated with respect to the intercept values.
undom.a
-function returns a list of 2 components:
result1
reduced to the fewest intervals possible.undom.para
-function returns a list of 3 components:
undom.para
-function together with some preparational steps in the s.linlir
-function implement the second part of the exact algorithm for the simple linear LIR analysis with interval data developed in M. Cattaneo, A. Wiencierz (2012c).
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.
s.linlir
,
gen.lms
,
kl.ku