chi.prob: Cumulative Probability of the Chi-square Distribution

Description Usage Arguments Details Value Examples

Description

Cumulative Probability of the Chi-square Distribution

Usage

1
chi.prob(nu, xp, pup = 0.995, mt, dig = 4)

Arguments

nu

Degree of freedom of the chi-square distribution

xp

Vector of specific x-axis values

pup

Upper limit of probabilities for quantiles, Default: 0.995

mt

Graph title

dig

Number of digits below the decimal point, Default: 4

Details

DETAILS

Value

None.

Examples

1
2
k= 1:10; nu= 5
chi.prob(nu, k)

tjssu/Rstat documentation built on Aug. 8, 2020, 12:38 p.m.