Function peroxide::statistics::stat::lm

source ·
pub fn lm(input: &Matrix, target: &Matrix) -> Matrix
Expand description

R like linear regression

Examples