Filter löschen
Filter löschen

When I perform a BoxCox transformation on a column of data where can I seem the lambda value used?

2 Ansichten (letzte 30 Tage)
The instructions for Box-Cox transformations provided by Matlab indicate that the program will output the transformed data as well as the lambda that was used. I can see the output of transformed data, but I am unable to locate the lambda value.

Antworten (1)

Lisa M
Lisa M am 25 Feb. 2023
do not do
[TRANSDAT] = boxcox(X);
instead do
[TRANSDAT, LAMBDA] = boxcox(X);

Kategorien

Mehr zu Time Series finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by