Description Usage Arguments Value Examples
Box-Cox Expression Solution
1 | boxCoxMax(x, lambdaMin = -3, lambdaMax = 5, increment = 0.001)
|
x |
numeric vector of data |
lambdaMin |
numeric value; minimum value of lambda |
lambdaMax |
numeric value; maximum value of lambda |
increment |
numeric value; delta |
named list; solution (lambda value that maximizes the Box-Cox expression), maximum (max value of expression), and a plot (l(lambda) vs lambda)
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.