chi.probability: Chi probability

Description Usage Arguments Value Author(s) Examples

View source: R/chi.probability.R

Description

Calcutate the probability that the chisquared distribution is larger than a number x.

Usage

1
chi.probability(x,df=1,n=10)

Arguments

x

The value that we will estimate about

df

Degrees of freedom

n

Number of generated random variables

Value

Return the probability that the chi-squared distribution is greater than the value x.

Author(s)

Steffan Leth Jensen
Department of mathematics and computer science (IMADA)
University of southern Denmark, SDU, Odense
steje14@student.sdu.dk

Examples

1
chi.probability(4,19,1000)

mrleth94/ST522ExamSteje14 documentation built on May 23, 2019, 7:37 a.m.