Logistic_Regression_MLE

Logistic regression parameters are estimated using Maximum Likelihood Estimation (MLE).

The reason for using MLE in logistic regression is that it is a statistical method that estimates the parameters of a probability distribution or statistical model. In the context of logistic regression, MLE is used to find the best-fitting parameters for the model, which are the coefficients that describe the relationship between the independent variables and the probability of the dependent variable.

The process involves finding the parameters that maximize the likelihood function, which is a measure of how well the model explains the observed data. The likelihood function is the probability of observing the given data under the model with the parameters in question. In logistic regression, the log-likelihood function is typically used because it is mathematically more convenient to work with, as it turns the product of probabilities into a sum of log probabilities, which is easier to optimize.

MLE is preferred over other methods, such as least squares estimation, because it provides estimates that are asymptotically unbiased, consistent, and efficient, assuming the model is correctly specified. This means that as the sample size increases, the MLE will converge to the true parameter values. Additionally, MLE takes into account the binary nature of the logistic regression model, where the outcome is a probability that is bounded between 0 and 1.

The Newton-Raphson method is often used to solve the MLE problem in logistic regression because it is an iterative method that can handle the nonlinear nature of the logistic function. This method adjusts the parameters iteratively to find the values that maximize the log-likelihood function. The process continues until convergence, which means that the estimates no longer change significantly from one iteration to the next.

Given 大数定理 和 中心极限定理,MLE is “good”.

Asymptotic Normality 渐近正态 of Maximum Likelihood Estimators:
https://gregorygundersen.com/blog/2019/11/28/asymptotic-normality-mle/

MIT: Properties of MLE: consistency, asymptotic normality. Fisher information.
https://ocw.mit.edu/courses/18-443-statistics-for-applications-fall-2006/03b407da8a94b3fe22d987453807ca46_lecture3.pdf

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

ZeroSnowy

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值