logistic回归,正确的译法应该是 对数回归,其实就是对线性回归公式去对数之后进行。
适合因变量是0/1的二值分布,推导是以误差的极大似然法来推导的,不是最小二乘法。
logic回归,正确的译法应该是 逻辑回归,对于大多数变量是二项分布的情况。
Logic regression is a (generalized) regression methodology
that is primarily applied when most of the covariates in the data to be analyzed are binary.
The goal of logic regression is to find predictors that are Boolean (logical) combinations
of the original predictors.
适合因变量是0/1的二值分布,推导是以误差的极大似然法来推导的,不是最小二乘法。
logic回归,正确的译法应该是 逻辑回归,对于大多数变量是二项分布的情况。
Logic regression is a (generalized) regression methodology
that is primarily applied when most of the covariates in the data to be analyzed are binary.
The goal of logic regression is to find predictors that are Boolean (logical) combinations
of the original predictors.
本文探讨了对数回归(Logistic Regression)与逻辑回归(Logic Regression)的区别及应用场景。对数回归适用于因变量为0/1二值分布的情况,采用极大似然法推导而非最小二乘法;逻辑回归则主要用于当大多数自变量为二项分布时,旨在找到布尔组合预测因子。

4万+

被折叠的 条评论
为什么被折叠?



