SineGaussianNoise | R Documentation |
This function generates bivariate data with nonlinear dependencies based on a Gaussian density envelope and sinusoidal functions.
SineGaussianNoise(N, a = 1, d = 0)
N |
Integer. Sample size. |
a |
Numeric. Frequency parameter for the sine function. Default is 1. |
d |
Numeric. Strength of dependency between X and Y. Default is 0. |
A data frame with columns Z1, Z2, X, and Y.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.