| Package | Description |
|---|---|
| org.apache.openejb.math.stat.descriptive | |
| org.apache.openejb.math.util |
| 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 © 1999–2014 The Apache Software Foundation. All rights reserved.