| Package | Description |
|---|---|
| org.apache.openejb.math.stat.descriptive.moment |
| Modifier and Type | Class and Description |
|---|---|
class |
FourthMoment
Computes a statistic related to the Fourth Central Moment.
|
class |
SecondMoment
Computes a statistic related to the Second Central Moment.
|
class |
ThirdMoment
Computes a statistic related to the Third Central Moment.
|
| Modifier and Type | Field and Description |
|---|---|
protected FirstMoment |
Mean.moment
First moment on which this statistic is based.
|
| Modifier and Type | Method and Description |
|---|---|
FirstMoment |
FirstMoment.copy()
Returns a copy of the statistic with the same internal state.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FirstMoment.copy(FirstMoment source,
FirstMoment dest)
Copies source to dest.
|
| Constructor and Description |
|---|
FirstMoment(FirstMoment original)
Copy constructor, creates a new
FirstMoment identical
to the original |
Mean(FirstMoment m1)
Constructs a Mean with an External Moment.
|
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.