edu.rit.numeric
Class AggregateXYZSeries
- java.lang.Object
-
- edu.rit.numeric.XYZSeries
-
- edu.rit.numeric.AggregateXYZSeries
-
public class AggregateXYZSeries extends XYZSeries
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class edu.rit.numeric.XYZSeries
XYZSeries.Regression
-
-
Constructor Summary
Constructors Constructor and Description AggregateXYZSeries(Series x, Series y, Series z)Construct a new aggregate XYZ series.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intlength()Returns the number of values in this series.doublex(int i)Returns the given X value in this series.doubley(int i)Returns the given Y value in this series.doublez(int i)Returns the given Z value in this series.
-
-
-
Constructor Detail
-
AggregateXYZSeries
public AggregateXYZSeries(Series x, Series y, Series z)
Construct a new aggregate XYZ series. It is assumed that the x, y, and z series are the same length.Note: This series object stores references to x, y, and z. Changing the contents of x, y, or z will change the contents of this series.
- Parameters:
x- Series of X values.y- Series of Y values.z- Series of Z values.- Throws:
java.lang.NullPointerException- (unchecked exception) Thrown if x, y, or z is null.
-
-
DMelt 3.0 © DataMelt by jWork.ORG