Java org.jfree.data MovingAverage fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data MovingAverage fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data MovingAverage.

The text is from its open source code.

Method

TimeSeriesCollectioncreateMovingAverage(final TimeSeriesCollection source, final String suffix, final int periodCount, final int skip)
Creates a new TimeSeriesCollection containing a moving average series for each series in the source collection.
TimeSeriescreateMovingAverage(final TimeSeries source, final String name, final int periodCount, final int skip)
Creates a new TimeSeries containing moving average values for the given series.
XYDatasetcreateMovingAverage(final XYDataset source, final String suffix, final long period, final long skip)
Creates a new XYDataset containing the moving averages of each series in the source dataset.
XYDatasetcreateMovingAverage(final XYDataset source, final String suffix, final double period, final double skip)
Creates a new XYDataset containing the moving averages of each series in the source dataset.