Random data
Adds a numerical column with random data with the specified distribution with initial seed. Parameters of the distribution can be edited as well.
This can be useful for hypothesis testing, modeling, as well as for generating synthetic datasets.
Supported distributions and parameters:
Distribution | Parameters |
---|---|
normal | mean, sd |
log-normal | mean, sd |
binomial | size, prob |
poisson | lambda |
uniform | min, max |
See also: