-
FlexPro
- Zoom sur FlexPro
- Fonctionnalités & Options
- Domaines d’application
- Tous les avantages
- Nouveau dans FlexPro 2021
- Testez FlexPro gratuitement
- FlexPro View OEM Freeware
- Conseils d’achat
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produits
- News
- Support
- Société
- Emplois
- Contact
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
Regression line
- This topic has 2 replies, 2 voices, and was last updated 17 years, 6 months ago by Henning Zurborn.
-
AuthorPosts
-
May 15, 2007 at 7:24 pm #12634Henning ZurbornParticipant
I have a scatter diagram with 130000 measuing points. I need a regression line. What funktion can i use? I tried something, but found nothing jet.
May 15, 2007 at 7:24 pm #8297Henning ZurbornParticipantI have a scatter diagram with 130000 measuing points. I need a regression line. What funktion can i use? I tried something, but found nothing jet.
May 16, 2007 at 12:39 am #9027Bernhard KantzParticipantYou can either use the Approximation Analysis Object or the Regression Analysis Object.
With the Approximation analysis object you can approximate a given model to your data based on the least square error method. Use the Intial function Constant and X.
With the Regression analysis object you can calculate the Linear Regression. You can choose whether you would like the result to be the regression function, i.e. a formula in which the calculated coefficients were inserted, or the regression coefficients as data series with three values. The third value in the data series is the goodness-of-fit measure.
Both analysis objects use the FPScript function Approximation.
Example:Dim _c = Approximation(Signal, APPROX_C + APPROX_X) Signal(_c[0] + _c[1] * (Signal.X), Signal.X)
-
AuthorPosts
- You must be logged in to reply to this topic.