Learn R Programming

distributional (version 0.1.0)

dist_chisq: The (non-central) Chi-Squared Distribution

Description

stable

Usage

dist_chisq(df, ncp = 0)

Arguments

df

degrees of freedom (non-negative, but can be non-integer).

ncp

non-centrality parameter (non-negative).

See Also

stats::Chisquare

Examples

Run this code
# NOT RUN {
dist_chisq(df = c(1,2,3,4,6,9))

# }

Run the code above in your browser using DataLab