필터 지우기
필터 지우기

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