Package | Description |
---|---|
org.apache.commons.math.stat.descriptive |
Generic univariate summary statistic objects.
|
org.apache.commons.math.util |
Convenience routines and common data structures used throughout the commons-math library.
|
Modifier and Type | Field and Description |
---|---|
protected ResizableDoubleArray |
DescriptiveStatistics.eDA
Stored data values
|
Modifier and Type | Method and Description |
---|---|
ResizableDoubleArray |
ResizableDoubleArray.copy()
Returns a copy of the ResizableDoubleArray.
|
Modifier and Type | Method and Description |
---|---|
static void |
ResizableDoubleArray.copy(ResizableDoubleArray source,
ResizableDoubleArray dest)
Copies source to dest, copying the underlying data, so dest is
a new, independent copy of source.
|
Constructor and Description |
---|
ResizableDoubleArray(ResizableDoubleArray original)
Copy constructor.
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.