noise_logit | R Documentation |
Adds Gaussian noise to a point on the logit scale:
logit(y_noise) = logit(y) + e
where:
e \sim normal(0, sigma)
noise_logit(y, sigma)
y |
A melatonin suppression value between 0 and 1 |
sigma |
Scale of Gaussian noise |
Then we convert back to the normal scale via a logistic transform.
A noisy version of y bound between 0 and 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.