ArgMin
https://math.stackexchange.com/questions/227626/explanation-on-arg-min
arg min is argument of the minimum.
The simplest example is
argminxf(x)argminxf(x) is the value of xx for which f(x)f(x) attains it's minimum.
for your example
xnxn is known and depends on πnkπnk and kk equals to jj such that ∥xn−μj∥2‖xn−μj‖2 attains minimum among all values of μjμj and given xnxn.
hopefully is helped.
argmin(f(x))argmin(f(x)) simply returns the value of xx which minimizes f(x)f(x) over the set of candidates for xx as opposed to the minimum value itself.
This arises, of course, in all kinds of statistical estimates of parameters when building models (like the LS situation alluded to in your example).
posted on 2018-02-07 11:15 fanbird2008 阅读(426) 评论(0) 编辑 收藏 举报