Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1735
R-squared for trend lines?
posted

We would like some additional information on how well the trend-lines fit the data.

Is there a way to test the trend-line reliability? Do your graphs calculate the R-squared value? is there a way to show it?

Thank you!

Parents
  • 34510
    Offline posted

    Hi Dzyann,

    Our documentation provides a list of the types of trend lines we currently support.
    http://help.infragistics.com/doc/WPF/2015.2/CLR4.0/?page=DataChart_Trend_lines.html

    R-squared is not listed so we don't currently support that type of trend line.  As far as testing the reliability, the only way I can think of for you to do that would be to calculate what that trend-line would look like and then use a LineSeries bound to your trend-line data in order to show it.  Then you can compare your calculated line versus our built-in trend-line to see how accurate it is to what you expect.

Reply Children