box_cox_transf: box_cox_transform

Description Usage Arguments Value Author(s) See Also

View source: R/objective_function_utilities.R

Description

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

Usage

1
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 Nov. 15, 2019, 8:10 p.m.