Jump to content

Recommended Posts

Posted (edited)

For those of you who (understandably) still find this a bit too abstract, I’ve added another example to the Example folder: InteractiveCircleFit.au3 (it’s in German, but that shouldn’t be too much of a problem)

With this script, the user clicks on any points on the canvas, and the script uses those points to fit a circle that best matches them:

image.jpeg.69a530c684143b5bd10f45fa7901a678.jpeg

In my opinion, this example is very useful because it allows you to quickly visualize many aspects of adjustment analysis:

- What are observations, and what are parameters?
- What are these "residuals"?
- What do the standard deviations mean?
- What exactly is being "adjusted" here?
- What does "robust adjustment" mean?

Just play around with it (the new release is on GitHub).

Note on authorship: Since I’m not really a visual person and know absolutely nothing about graphics in AutoIt, I relied heavily on Claude for this sample script.
I’m very pleased with the result and glad that Claude fully understood how to use my UDF.

Edited by AspirinJunkie

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...