fn interp_rchisq(
args: &[RValue],
named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Random chi-squared deviates.
Generates n random values from a chi-squared distribution.
@param n number of observations @param df degrees of freedom (default 1) @return numeric vector of length n