Function compute::functions::boxcox_shifted[][src]

pub fn boxcox_shifted(x: f64, lambda: f64, alpha: f64) -> f64
Expand description

Calculates the two-parameter Box-Cox transformation with some power parameter lambda and some shift parameter alpha.