public class Correlation extends BaseTrend
Title: Correlation class
Description: Correlation function
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
canUsePeriod, dPeriod, HideSourceList, noSourceRequired, series, SingleSource, updatingchart, InternalUse| Constructor and Description |
|---|
Correlation() |
| Modifier and Type | Method and Description |
|---|---|
double |
calculate(Series s,
int firstIndex,
int lastIndex)
Performs function operation on SourceSeries series.
First and Last parameters are ValueIndex of first and last point used in calculation. |
protected void |
calculatePeriod(Series source,
double tmpX,
int firstIndex,
int lastIndex) |
java.lang.String |
getDescription()
Gets descriptive text.
|
calculateAllPoints, calculateMany, calculateTrend, coefficient, getTrendStyle, setTrendStyleaddFunctionXY, addPoints, calculateByPeriod, clear, dispose, doCalculation, getPeriod, getPeriodAlign, getPeriodStyle, getSeries, newInstance, readResolve, recalculate, setPeriod, setPeriodAlign, setPeriodStyle, setSeries, valueListgetChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringPropertypublic double calculate(Series s, int firstIndex, int lastIndex)
Functionprotected void calculatePeriod(Series source, double tmpX, int firstIndex, int lastIndex)
calculatePeriod in class BaseTrendpublic java.lang.String getDescription()
getDescription in class Function