Function fitting given samples and two varying paramters
Afficher commentaires plus anciens
Suppose I've a set of samples for a function f, I've to find the w_i and deltas of this formulation:

(this is the function to minimize)
while the x are known and K is known aswell.
Any hint/pointer to MATLAB tools to do it/ easy way to do it?
6 commentaires
Image Analyst
le 28 Juin 2014
What do you mean by "find"? If all you know are K, x, and f(x) then how can you find anything, other than the summation, difference, product and integral? Basically you just plug in what you know. How can you find delta(i) or w(i) when you've not set the equation equal to anything or said if you want to minimize it or maximize it or anything???
J.L. Jones
le 28 Juin 2014
Modifié(e) : J.L. Jones
le 28 Juin 2014
Image Analyst
le 28 Juin 2014
I thought you had f(x). If you don't, wouldn't it just be the sum? Then f(x) - the sum equals zero.
J.L. Jones
le 28 Juin 2014
Modifié(e) : J.L. Jones
le 28 Juin 2014
Star Strider
le 28 Juin 2014
I don’t understand the summation. Are there simply K (x,f(x)) pairs? If you have data as a function of x, then you can easily create an anonymous function for the argument of the summation and use any number of available curve-fitting functions to estimate the parameters (here, w and δ).
Image Analyst
le 29 Juin 2014
Can you explain the " use case"? I understand the part in between the parentheses - basically you want to fit some signal to a combination of K Gaussians, whose parameters are to be determined. But why are you multiplying that by x and integrating? What's the effect of that?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Descriptive Statistics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!