FuzzyDouble: FuzzyDouble

Description Usage Arguments Details Value See Also

Description

Fuzzy double of a numeric object.

Usage

1
FuzzyDouble(x, mean = 0, sd = 1)

Arguments

x

A numeric object

mean

The mean noise. Default is 0.

sd

The standard deviation of the noise. Default is 1.

Details

Doubles an object with a random noise: a Gaussian error drawn by rnorm.

Value

a FuzzyDouble object which is a data.frame with columns x for the input and y for the output.

See Also

plot.FuzzyDouble, autoplot.FuzzyDouble


nlxbach/test_formation documentation built on May 14, 2019, 4:04 a.m.