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

2 次查看(过去 30 天)
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.

回答(1 个)

Lisa M
Lisa M 2023-2-25
do not do
[TRANSDAT] = boxcox(X);
instead do
[TRANSDAT, LAMBDA] = boxcox(X);

类别

Help CenterFile Exchange 中查找有关 Time Series 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by