tdist.sim: Simulation for the t-distribution

tdist.simR Documentation

Simulation for the t-distribution

Description

Simulation for the t-distribution

Usage

tdist.sim(ns, mu = 0, sig = 1, N = 10000, ng = 100, seed = 9857,
  dig = 4, mt)

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

mt

Plot title

Value

None.

Examples

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

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