フィルターのクリア

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

2 ビュー (過去 30 日間)
Zach Redding
Zach Redding 2018 年 6 月 18 日
回答済み: Lisa M 2023 年 2 月 25 日
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 Center および File ExchangeTime Series についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by