Skip to main content

interp_rt

Function interp_rt 

Source
fn interp_rt(
    args: &[RValue],
    named: &[(String, RValue)],
    context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

Random Student’s t deviates.

Generates n random values from a Student’s t distribution.

@param n number of observations @param df degrees of freedom (default 1) @return numeric vector of length n