
Product image for LReg (Linear Regress (Palm)
Short description for LReg (Linear Regress (Palm): This PocketC applet calculates the regression parameters for a set of (x,y) points, using the model: y=a+bx. The data points and the regression line are plotted, and the analysis can be saved to a memo. The ZIP archive of LReg contains the compiled applet, source code, example data sets, and an extra applet (SwapData) to swap your data points for x=f(y) analysis. See the included "readme.txt" file for more information. Needs the PocketC compiler or the PocketC run-time and the Mathlib library. Runs faster now!
- Price:
-
free
- Rating:
-
Rate now -
Recommend software
- For:
-
Show compatible devices
- Downloads:
- 1,430
- License:
- Freeware
- Last updated:
- 12/16/1998
- Languages:
-
- Category:
-
Development »
Other
- Registration Key:
- will be delivered on purchase
- Trial version:
-
not available
This PocketC applet calculates the regression parameters for a set of (x,y) points, using the model: y=a+bx. The data points and the regression line are plotted, and the analysis can be saved to a memo. The ZIP archive of LReg contains the compiled applet, source code, example data sets, and an extra applet (SwapData) to swap your data points for x=f(y) analysis. See the included "readme.txt" file for more information. Needs the PocketC compiler or the PocketC run-time and the Mathlib library. Runs faster now!Added a stub so the applet can be started from the main application launcher, and registered the creator ID. Implemented the suggestions made by Ken Jancaitis, which allows the apple to run faster by reducing the number of loops through the data; see the "readme.txt" for more info. Added a "zero-axis", and buttons to performa analysis of a new data set and to get a quick help.