Description Usage Arguments Value
Create heaped data for Simulation
1 2 3 4 5 6 7 8 9 10 | createSim.Kernelheaping(
n,
distribution,
rounds,
thresholds,
offset = 0,
downbias = 0.5,
Beta = 0,
...
)
|
n |
sample size |
distribution |
name of the distribution where random sampling is available, e.g. "norm" |
rounds |
rounding values |
thresholds |
rounding thresholds (for Beta=0) |
offset |
certain value added to all observed random samples |
downbias |
bias parameter |
Beta |
acceleration paramter |
... |
additional attributes handed over to "rdistribution" (i.e. rnorm, rgamma,..) |
List of heaped values, true values and input parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.