ExponentialNoise | R Documentation |
Adds exponential noise to a nonlinear combination of Z1 and Z2.
ExponentialNoise(N, rate_param = 1)
N |
Integer. Sample size. |
rate_param |
Numeric. Rate parameter for the exponential distribution. Default is 1. |
A data frame with columns Z1, Z2, X, and Y.
head(ExponentialNoise(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.