powered by
The density of the chi-squared distribution
dchisq0(x, df, log = FALSE)
vector or matrix of quantiles. If x is a matrix, each row is taken to be a quantile.
degrees of freedom (> 0, maybe non-integer).
logical; if TRUE, returns the log value.
# NOT RUN { n <- 10 x <- rchisq0(n, df = 3) dchisq0(x, df = 3) # }
Run the code above in your browser using DataLab