test1: Poor chi-square generator
Description
This function is a direct implementation of the transform
principle for the chi-square distribution, with poor
performances even though the output is correct.
Usage
test1(Nsim = 10^4, df = 6)
Arguments
Nsim
Number of simulations
Value
This function produces a numerical vector of size Nsim.
warning
For efficient chi-square simulation, make sure to use
rchisq
Details
This function replicates rchisq(Nsim,df)
and thus should not be used.
References
From Chapter 2 of EnteR Monte Carlo Statistical MethodsExamples
Run this codemean(test1())
# produces [1] 6.02526
Run the code above in your browser using DataLab