Regression of log normal data

8 次查看(过去 30 天)
ingCr
ingCr 2020-3-11
How do you make a regession for data that has a log-normal distribution? The GLM function does not support this type of distribution.
Could anyone help me?

回答(1 个)

Jeff Miller
Jeff Miller 2020-3-12
Take the log transformation of the data and then it will have a normal distribution. Do the regression on the transformed data. Just remember when interpreting the results that the regression coefficients are in the units of the log-transformed scores, not the original data.

类别

Help CenterFile Exchange 中查找有关 Descriptive Statistics 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by