Hi all
I have a problem which I was hoping someone could help with.
I have entered approx 40 x, y, z co-ordinates into microstation using the XYZ text tool box.
What I would like to do is get microstation to find either a line of best fit or an arc of best fit by selecting a series of points. Once the line/arc has been created I want to know how far away the points are from the line or arc.
After browsing the functionality I have struggled to come up with anything. I am currently using Microstation Select Series 2.
Can anyone help?
(I’m a bit dense so screen shots will help a great deal. Lol)
Thanks
Unknown said:After browsing the functionality I have struggled to come up with anything. I am currently using Microstation Select Series 2.
Have you checked all Curve Functions Toolbox from Microstation?
There is a Curve by Equation tool, also, but no help in the help file
Regards
Frank
since 1985: GIS, CAD, Engineering (Civil) Senior Consultant : [Autodesk Civil 3D , Esri ArcGIS, VertiGIS: in previous days : Bentley MS V4 - V8i, GeoGraphics, Bentley Map V8i, InRoads, HHK Geograf, IBr DAVID] : Dev: [C, C++, .NET, Java, SQL, FORTRAN, UML][direct quote by: http://en.wikipedia.org/wiki/Helmut_Schmidt]: "Wer Kritik übel nimmt, hat etwas zu verbergen"Wer Grammatik- und/oder Rechtschreibfehler findet, der darf sie behalten :-)
I used curve by equation tool a few times back in J and it only used to plot a curve given the equation not find the equation but it may have changed I'll have to go back and take a look .. might even have an old J training book lying around
Lorys
Started msnt work 1990 - Retired Nov 2022 ( oh boy am I old )
But was long time user V8iss10 (8.11.09.919) dabbler CE update 16 (10.16.00.80)
MicroStation user since 1990 Melbourne Australia.click link to PM me
Hi Lorys,
anyone mind if I add the desired functionality ;-)
Regards, Stefan.
no go ahead please... but its still only linear regression.....
it would be really nice if it could determine linear or logarithmic from correlation coefficient then use the best fit equation for the type of curve like excel does or like I did in statistical analysis back in college before excel could do it we did it with Texas instrument basic ... I could find the equations ( still have my old text book) but I no longer have the program code I wrote for basic which asked for keyin points then run if linear gave the R squared value and if logarithmic gave the R squared value .. and you then decided the closest to one is the type of curve and it then gave you the equation of the curve.... and I wrote all that on my Commodore 64 ( C64) with floppy disk drive for my final project at college to determine the data from experimental results ... it sure was fun learning the math then applying it to TI Basic to solve real problem and it saved me hundreds of hours calculations for 25 different experimental trials ..
Excel makes it too easy now...arent we all glad of that!
Unknown said:It would be really nice if it could determine linear or logarithmic from correlation coefficient then use the best fit equation for the type of curve like Excel does
Perhaps it would be nice, but consider that this question is the first time (in two decades) that anyone has posted about linear regression.
Numerical analysis and regression algorithms have been around for over a century. Tools that are commonly used to manipulate arbitrary sets of data implement those algorithms. Excel is a good example, which is why Microsoft invested a lot of development time to create those tools you endorse.
Conversely, MicroStation is not commonly used to analyse random sets of data. One question in two decades about linear regression is not a big incentive to encourage anyone to put significant development effort into writing a similar set of tools for MicroStation. Find me one hundred customers and prove me wrong!
Regards, Jon Summers LA Solutions
Hi all,
I added the functionality to do linear regression using selected circles, arcs or cells.
(@Jon: Would you please update your website;-)
Unknown said:One question in two decades about linear regression is not a big incentive to encourage anyone to put significant development effort into writing a similar set of tools for MicroStation
That's why not so lot "Land Surveyors" are using plain Microstation :-),
but it's a common method for Surveying industries working with survey data.
can you give examples please frank as I work with a surveyor and he might find this vba useful...