UncertainPoints-class: S4 class Representing a UncertainPoints

Description Slots See Also Examples

Description

Definition of S4 class for output data from functions of package UncerIn2, which are building uncertainty models over input data. Also defines input data format into the interpolation function of package UncerIn2. Where x, y should represent coordinates and uncertaintyLower, modalValue, uncertaintyUpper the variables of uncertainty model.

Slots

x:

Input numeric data (number specyfing the x coordinate).

y:

Input numeric data (number specyfing the y coordinate).

uncertaintyLower:

Defined model values of uncertaintyLower - the bottom calculated part.

modalValue:

Defined model values of modalValue - the mean values.

uncertaintyUpper:

Defined model values of uncertaintyUpper - the upper calculated part.

See Also

uncertaintyInterpolation2-package

Other res: FuzzyInterpolation-class, Points-class, UncertainInterpolation-class

Examples

1
showClass("UncertainPoints")

UncerIn2 documentation built on May 2, 2019, 3:48 p.m.