chi.probability: Chi Probability

Description Usage Arguments Value Author(s) Examples

Description

This function takes 3 arguments to estimate the probability that the chi-squared distribution is larger than an input value x.

Usage

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

Arguments

x

specifies the value that should be evaluted by chi.probability

df

is a positive integer that specifies the degrees of freedom in the chi-squared distribution.

n

is a positive integer that specifies how many random variables that is used for the evaluation.

Value

returns the probability that the chi-squared distribution is larger than the value of x.

Author(s)

Emil H. Andersen
Department of Mathematics and Computer Science (IMADA)
University of Southern Denmark, Denmark
emila14@student.sdu.dk

Examples

1
2
#Add examples for the function to explain to others how they can be used
chi.probability(5,1,100)

Chaiji/ChaijiExamST522 documentation built on May 6, 2019, 9:55 a.m.