Description Usage Arguments Details Value Examples
Double value of numbers with an error
1 | fuzzydouble(number, sd = 1)
|
number |
a numeric vector. |
sd |
the standard deviation of the Gaussian error added. |
Calculate the double values of numbers and add a random error to the result.
A vector of the same length as number
containing the transformed values.
1 2 | fuzzydouble(2)
fuzzydouble(1:4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.