Description Usage Arguments Value Author(s) See Also
View source: R/objective_function_utilities.R
Function to apply the Box-Cox transform to a vector.
1 | 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
Oscar Garcia-Cabrejo khaors@gmail.com
Other objective_function functions: loglikelihood_bc
,
loglikelihood
,
max_absolute_deviation
,
mean_absolute_deviation
,
mean_square_error
,
residual_sum_squares
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.