com.nchart3d.NChart.NChartOLSTrendDetector Class Reference

The NChartOLSTrendDetector class provides methods to create linear trend based on ordinary least squares (OLS). More...

Inheritance diagram for com.nchart3d.NChart.NChartOLSTrendDetector:
com.nchart3d.NChart.NChartPointAnalyzer

Additional Inherited Members

- Public Member Functions inherited from com.nchart3d.NChart.NChartPointAnalyzer
 NChartPointAnalyzer ()
 Create instance of point analyzer.
 
NChartPoint[] analyzePoints (NChartPoint[] points)
 Perform the analytics on an array of points. More...
 
NChartPoint[] analyzePoints (NChartPoint[] points, int stateIndex)
 Perform the analytics on an array of points. More...
 
NChartValue getStepDimension ()
 Key of the value that should be interpreted as step dimension. More...
 
void setStepDimension (NChartValue stepDimension)
 For details see getStepDimension().
 
NChartValue getValueDimension ()
 Key of the value that should be interpreted as height dimension. More...
 
void setValueDimension (NChartValue valueDimension)
 For details see getValueDimension().
 

Detailed Description

The NChartOLSTrendDetector class provides methods to create linear trend based on ordinary least squares (OLS).