fdist.sim: Simulation of the F-distribution

fdist.simR Documentation

Simulation of the F-distribution

Description

Simulation of the F-distribution

Usage

fdist.sim(nu1 = 5, nu2 = 5, N = 10000, ng = 250, seed = 9857,
  xp = 1:9, dig = 4)

Arguments

nu1

Numerator degree of freedom, Default: 5

nu2

Denominator degree of freedom, Default: 5

N

Number of random values, Default: 10000

ng

Number of classes in histogram, Default: 250

seed

Seed value for random number generator, Default: 9857

xp

Vector of x-axis values (default=1:9), Default: 1:9

dig

Number of digits below the decimal point, Default: 4

Value

None.

Examples

fdist.sim(nu1=8, nu2=5)

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