Package: fuzzyreg
Title: Fuzzy Linear Regression
Version: 0.2
Date: 2018-04-23
Authors@R: c(person(given = "Pavel", family = "Skrabanek", email = "pavel.skrabanek@upce.cz", 
    role = c("aut", "cph")), 
    person(given = "Natalia", family = "Martinkova", email = "martinkova@ivb.cz", 
    role = c("aut", "cre", "cph")))
Maintainer: Natalia Martinkova <martinkova@ivb.cz>
Description: Estimators for fuzzy linear regression. The functions estimates parameters of 
    fuzzy linear regression models with crisp or fuzzy independent variables (triangular 
    fuzzy numbers are supported). Implements multiple methods for parameter estimation and 
    algebraic operations with triangular fuzzy numbers. Includes functions for 
    summarising, printing and plotting the model fit. Calculates predictions from the 
    model. 
    Diamond (1988) <doi:10.1016/0020-0255(88)90047-3>
	Hung & Yang (2006) <doi:10.1016/j.fss.2006.08.004>
	Lee & Tanaka (1999) <doi:10.15807/jorsj.42.98>
	Nasrabadi, Nasrabadi & Nasrabady (2005) <doi:10.1016/j.amc.2004.02.008>
	Tanaka, Hayashi & Watada (1989) <doi:10.1016/0377-2217(89)90431-1>.
Depends: R (>= 3.4.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: quadprog, limSolve, stats, graphics, grDevices
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-04-24 09:49:39 UTC; martinkova
Author: Pavel Skrabanek [aut, cph],
  Natalia Martinkova [aut, cre, cph]
Repository: CRAN
Date/Publication: 2018-04-24 10:30:00 UTC
