createSim.Kernelheaping: Create heaped data for Simulation

Description Usage Arguments Value

View source: R/functions.R

Description

Create heaped data for Simulation

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
createSim.Kernelheaping(
  n,
  distribution,
  rounds,
  thresholds,
  offset = 0,
  downbias = 0.5,
  Beta = 0,
  ...
)

Arguments

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,..)

Value

List of heaped values, true values and input parameters


Kernelheaping documentation built on Jan. 27, 2022, 1:09 a.m.