Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在对数据点进行 k 表示,并希望将数据点拟合到高斯中以帮助我形成集群。我尝试了一些但无法做到。有人可以告诉我如何在 Matlab 中拟合 Gaussian 吗???
如果您想将高斯拟合到任何数据,您必须记住,高斯只是 f(x) =f_0 exp( - (x-x0)^2 /a )。获取您的数据的 Log_e 并拟合抛物线!这是可能的,因为 log [ f(x) ]= log f_0 - (x-x0)^2 /a