SHASH_to_normal {fMRIscrub} | R Documentation |
SHASH to normal data transformation
Description
Transform SHASH-distributed data to normal-distributed data.
Usage
SHASH_to_normal(x, mu, sigma, nu, tau, inverse = FALSE)
Arguments
x |
Numeric vector of data to transform. |
mu |
Parameter that modulates the mean of |
sigma |
Parameter that modulates the variance of |
nu |
Parameter that modulates the skewness of |
tau |
Parameter that modulates the tailweight of |
inverse |
Transform normal data to SHASH instead? Default: |
Value
The transformed data.
[Package fMRIscrub version 0.14.5 Index]