nboot_small | R Documentation |
This function returns a data frame with generated sets of samples and simulation index.
nboot_small(x, lambda, R)
x |
a numeric vector of sampled data points to compare with theoretical Poisson. |
lambda |
a numeric value for mean of theoretical Poisson. |
R |
a numeric value for mean of theoretical Poisson. |
This is a function used to simulate a given number sets of samples from a theoretical Poisson distribution that match input samples on sample size and sample mean (or theoretical Poisson parameter). Plotting these as envelopes in Q-Q plot shows the variability in shapes we can expect when sampling from the theoretical Poisson distribution.
A data frame contains simulated data and corresponding simulation index. Random sample generation function to generate sets of samples from theoretical Poisson distribution.
nboot_small returns a data frame with generate sets of samples and simulation index.
This is a function used to simulate a given number sets of samples from a theoretical Poisson distribution that match input samples on sample size and sample mean (or theoretical Poisson parameter). Plotting these as envelopes in Q-Q plot shows the variability in shapes we can expect when sampling from the theoretical Poisson distribution.
a numeric vector of number of simulation sets that match input samples on sample size and sample mean (or theoretical Poisson parameter).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.