かかる場合及び、我々は、ロジスティック回帰を用いたX所与Yを予測するタスクをモデル化すると仮定する。ロジスティック回帰係数はいつ閉じた形で記述できますか?
1つの例は、飽和モデルを使用する場合です。
つまり、定義します。ここで、はのべき集合の集合にインデックスを付け、は1を返します。番目のセットのすべての変数が1の場合、それ以外の場合は0です。次に、このロジスティック回帰モデルの各を、データの統計の有理関数の対数として表現できます。
閉じたフォームが存在する場合、他の興味深い例はありますか?
かかる場合及び、我々は、ロジスティック回帰を用いたX所与Yを予測するタスクをモデル化すると仮定する。ロジスティック回帰係数はいつ閉じた形で記述できますか?
1つの例は、飽和モデルを使用する場合です。
つまり、定義します。ここで、はのべき集合の集合にインデックスを付け、は1を返します。番目のセットのすべての変数が1の場合、それ以外の場合は0です。次に、このロジスティック回帰モデルの各を、データの統計の有理関数の対数として表現できます。
閉じたフォームが存在する場合、他の興味深い例はありますか?
回答:
kjetil b halvorsenが指摘したように、それ自体、線形回帰が分析的解決策を認めることは奇跡です。そして、これは問題の線形性のおかげでのみです(パラメーターに関して)。OLSでは、次のものが 一次条件を有している - 2 Σ Iを(Y 、I - X ' I βは)xはiが = 0 での問題のために、Pを
さて、ロジスティック回帰では、物事はもう簡単ではありません。対数尤度関数 およびMLEを見つけるために、その誘導体を取って、我々が得る ∂ リットルを
問題を少し詳しく調べると(2次導関数を取得)、これは最大の凹関数(栄光化された多変量放物線)を見つける凸最適化問題であるため、どちらかが存在し、合理的なアルゴリズムはむしろそれを見つける必要があることがわかりますすぐに、または物事が無限に吹き飛ばされます。後者は、いくつかのためにC、つまり、完全な予測ができます。これはかなり不愉快なアーティファクトです。完璧な予測ができると、モデルは完璧に機能しますが、不思議なことに、逆になります。
This post was originally intended as a long comment rather than a complete answer to the question at hand.
From the question, it's a little unclear if the interest lies only in the binary case or, perhaps, in more general cases where they may be continuous or take on other discrete values.
One example that doesn't quite answer the question, but is related, and which I like, deals with item-preference rankings obtained via paired comparisons. The Bradley–Terry model can be expressed as a logistic regression where
If a full round-robin of comparisons is performed (i.e., a pairwise preference is recorded for each unordered pair), then it turns out that the rank order of the MLEs correspond to the rank order of , the sum total of times each object was preferred over another.
To interpret this, imagine a full round-robin tournament in your favorite competitive sport. Then, this result says that the Bradley–Terry model ranks the players/teams according to their winning percentage. Whether this is an encouraging or disappointing result depends on your point of view, I suppose.
NB This rank-ordering result does not hold, in general, when a full round-robin is not played.