Learn R Programming

mcsm (version 1.0)

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
df
Degrees of freedom

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 Methods

See Also

test2,rchisq

Examples

Run this code
mean(test1())
# produces [1] 6.02526

Run the code above in your browser using DataLab