Comp-sci/maths question about plotting?

SLAM: debunk creationism, pseudoscience, and superstitions. Discuss logic and morality.

Moderator: Alyrium Denryle

Post Reply
User avatar
Zablorg
Jedi Council Member
Posts: 1864
Joined: 2007-09-27 05:16am

Comp-sci/maths question about plotting?

Post by Zablorg »

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
Jupiter Oak Evolution!
User avatar
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?

Post by The Grim Squeaker »

(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.
User avatar
Darth Holbytlan
Padawan Learner
Posts: 405
Joined: 2007-01-18 12:20am
Location: Portland, Oregon

Re: Comp-sci/maths question about plotting?

Post by Darth Holbytlan »

It sounds like you're talking about an Iterated Function System, typically used to create fractal images.
Post Reply