Biogeme: Python Library  4.6a
boxcox.py
Go to the documentation of this file.
1 
3 from biogeme import *
4 
5 
11 def boxcox(x,l):
12  return (x**l - 1) / l
def boxcox(x, l)
Implements the Box-Cox transform of a variable.
Definition: boxcox.py:11
Copyright 2017 Michel Bierlaire