Function to apply the Box-Cox transform to a vector.
box_cox_transf(y, lambda)
y | A numeric vector with the values to be transformed. |
---|---|
lambda | A numeric value with the lambda value that defines the transformation. |
A numeric vector with the transformed values
Other objective_function functions: loglikelihood_bc
,
loglikelihood
,
max_absolute_deviation
,
mean_absolute_deviation
,
mean_square_error
,
residual_sum_squares