chi.sim: Simulation for the chi-square Distribution

chi.simR Documentation

Simulation for the chi-square Distribution

Description

Simulation for the chi-square Distribution

Usage

chi.sim(ns, mu = 0, sig = 1, N = 10000, ng = 100, seed = 9857,
  dig = 4, muknow = TRUE)

Arguments

ns

Sample size

mu

Expected value, Default: 0

sig

Standard deviation, Default: 1

N

Number of iterations, Default: 10000

ng

Number of classes in histogram, Default: 100

seed

Seed value for generating random numbers, Default: 9857

dig

Number of digits below the decimal point, Default: 4

muknow

Logical value for known expected value, Default: TRUE

Value

None.

Examples

chi.sim(ns=10, mu=100, sig=10)

adoocavo/Rstat_M1 documentation built on March 19, 2022, 3:34 a.m.