circtree_simulate {circmax} | R Documentation |
circtree
This function creates artifical data set for testing the regression trees employing a von Mises distribution.
circtree_simulate(n = 1000, mu = c(0, 2, 1), kappa = c(3, 3, 1), seed = 111)
n |
The number of Observations. |
mu |
The distribution parameters for the location part. Currently exactly three parameters necessary. |
kappa |
The distribution parameters for the concentration part. Currently exactly three parameters necessary. |
seed |
Sets the 'seed' to a numeric value. |
Data frame with simualated covariates and respective response.