box_cox_transf: box_cox_transform

View source: R/objective_function_utilities.R

box_cox_transfR Documentation

box_cox_transform

Description

Function to apply the Box-Cox transform to a vector.

Usage

box_cox_transf(y, lambda)

Arguments

y

A numeric vector with the values to be transformed.

lambda

A numeric value with the lambda value that defines the transformation.

Value

A numeric vector with the transformed values

Author(s)

Oscar Garcia-Cabrejo khaors@gmail.com

See Also

Other objective_function functions: loglikelihood_bc, loglikelihood, max_absolute_deviation, mean_absolute_deviation, mean_square_error, residual_sum_squares


khaors/pumpingtest documentation built on June 10, 2025, 4:53 a.m.