simulation_methods_numeric: Numeric type simulation methods

simulation_methods_numericR Documentation

Numeric type simulation methods

Description

Numeric type simulation methods

Usage

simul_spec_numeric_distr(
  n,
  not_null,
  unique,
  default,
  spec_params,
  na_ratio,
  levels_ratio,
  ...
)

simul_default_numeric(
  n,
  not_null,
  unique,
  default,
  type,
  na_ratio,
  levels_ratio,
  ...
)

simul_restricted_numeric_range(
  n,
  not_null,
  unique,
  default,
  type,
  range,
  na_ratio,
  levels_ratio,
  ...
)

simul_restricted_numeric_in_set(
  n,
  not_null,
  unique,
  default,
  type,
  values,
  na_ratio,
  levels_ratio,
  ...
)

simul_restricted_numeric_fkey(
  n,
  not_null,
  unique,
  default,
  type,
  values,
  na_ratio,
  levels_ratio,
  ...
)

Arguments

n

Number of values to simulate.

not_null

Should NA values be forbidden?

unique

Should duplicated values be allowed?

default

Default column value.

spec_params

Set of parameters passed to special method.

na_ratio

Ratio of NA values (in terms of sample length) the sample should have.

levels_ratio

Fraction of levels (in terms of sample length) the sample should have.

...

Other parameters passed to column configuration in YAML file.

type

Column raw type (sourced from configuration file).

range

Possible range of values from which to perform simulation.

values

Possible values from which to perform simulation.


DataFakeR documentation built on Feb. 16, 2023, 7:38 p.m.