Hi nerdpatrol, I was wondering if you could answer a question that I've been having trouble nailing down.
Is there a name for a kind of plotting algorithm where the position of the next point to be plotted is determined by probability weighted equations which take the last point?
so, there might be a 70 percent chance that the new x and y coordinates are given by x1 = x0 + 2y0 and y1 = 0.2y0 + 5, or something
Comp-sci/maths question about plotting?
Moderator: Alyrium Denryle
Comp-sci/maths question about plotting?
Jupiter Oak Evolution!
- The Grim Squeaker
- Emperor's Hand
- Posts: 10315
- Joined: 2005-06-01 01:44am
- Location: A different time-space Continuum
- Contact:
Re: Comp-sci/maths question about plotting?
(Linear) Regression.
Photography
Genius is always allowed some leeway, once the hammer has been pried from its hands and the blood has been cleaned up.
To improve is to change; to be perfect is to change often.
Genius is always allowed some leeway, once the hammer has been pried from its hands and the blood has been cleaned up.
To improve is to change; to be perfect is to change often.
- Darth Holbytlan
- Padawan Learner
- Posts: 405
- Joined: 2007-01-18 12:20am
- Location: Portland, Oregon
Re: Comp-sci/maths question about plotting?
It sounds like you're talking about an Iterated Function System, typically used to create fractal images.