Click here to Skip to main content
15,882,209 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everybody
Does anybody know whether for bartlett method the samples will always divided in "only" three groups?

Bartlett method will be used to find linear regression curve in case x and y (y=f(x)) do have errors.

Thank you in advance
Regards idle63
Posted
Updated 30-Oct-13 9:32am
v2

A better place to ask a question like this is Wolfram Alpha[^], ao forum dedicated to math nerds like this one is dedicated to programming nerds gurus.
 
Share this answer
 
Comments
[no name] 30-Oct-13 16:58pm    
Thanks a lot.
Karthik_Mahalingam 11-Jan-14 21:43pm    
5!
I'm not familiar with that method, but my understanding from reading some online documentation (e.g. http://en.wikipedia.org/wiki/Bartlett's_method[^], http://math.mit.edu/linearalgebra/ila0403.pdf[^], etc.) I come to the following conclusion:

  1. Bartlett's method basicalliy calculates a series of local "gravity points" per choosen segmentation (what you call groups, I guess).
    Quote from Bartlett's Method[^]: "[...] It provides a way to reduce the variance of the periodogram in exchange for a reduction of resolution, compared to standard periodograms [...]"
  2. Bartlett's method reduces the number of data points by this "gravity point" calculation - it does not calculate any regression curve.
  3. To calculate the regression from the calculated "gravitiy points": Having two segments only does not take in consideration that there is noise (or "errors" as you name them) for the given nature of the problem. Taking three segments respects that fact.
  4. Not sure if adding more segments (more "gravity points") give a better linear regression. I guess not, assuming each segment contains "sufficient" data points to calculate the "gravity point" of each segment.


For practical purposes, I think (guess) it is sufficient to make three segments only.

Cheers
Andi
 
Share this answer
 
v2
Comments
Karthik_Mahalingam 11-Jan-14 21:44pm    
5!
Andreas Gieriet 12-Jan-14 6:34am    
Thank you for your 5!
Cheers
Andi
Sergey Alexandrovich Kryukov 1-Apr-15 12:37pm    
Karthik,

Congratulations with April 1st! :-)

I already invited Andi, and I would like to use the occasion to invite your (and everyone else, of course) to see my new 1 of April publication and have some fun:
Some Programming Approaches to "Neuro-Linguistic Programming".
Participation in this game in Comments and Discussions is especially encouraged.

This time, I put more effort in the work. The fun and mocking is supposed to be combined with quite serious hints, in a satical form, on how we can conduct our discussions, give and use advice, add references and use them, use critical thinking, learn and use our own brains.

Thank you.
—SA
[no name] 12-Jan-14 6:12am    
Thank you very much for your help. Now I feel much more comfortable with the use of this method.
Regards, Bruno
Andreas Gieriet 12-Jan-14 6:35am    
That's may layman's view. Hope it helps.
Cheers
Andi

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900