Learn R Programming

FuzzySTs (version 0.3)

fuzzy.residuals: Calculates the fuzzy residuals

Description

Calculates the fuzzy residuals

Usage

fuzzy.residuals(data.fuzzified, predicted.values)

Value

Returns a matrix containing the alpha-cuts of the fuzzy residuals.

Arguments

data.fuzzified

the fuzzified data set constructed by a call to the function FUZZ or the function GFUZZ, or a similar matrix.

predicted.values

the fuzzy predicted values constructed by a call to the function FUZZ or the function GFUZZ, or a similar matrix.