boxcox_transfo: Box-Cox transformation function

View source: R/posterior.R

boxcox_transfoR Documentation

Box-Cox transformation function

Description

Given a vector of parameters, apply the Box-Cox transformation.

Usage

boxcox_transfo(x, lambda = rep(1, length(x)))

Arguments

x

vector of arguments

lambda

vector of Box-Cox parameters

Value

a vector of the same length as x


longevity documentation built on Nov. 12, 2023, 5:07 p.m.