Description Usage Arguments Value Examples
Transform the marginals of a multivariate data set to standard normality based on the logspline density estimator.
1 | transLocal(data, grid = NULL, return.normalizing.constants = FALSE)
|
data |
The data matrix, one row per observation. |
grid |
The grid if it should be transformed as well. |
return.normalizing.constants |
TRUE if the normalizing constants to be used in the LGDE should be returned as well. |
A list containing the transformed data ($transformed.data), the transformed grid if provided ($transformed.grid), and the normalizing constants if chosen ($normalizing.constants).
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.