double Moment(TVec *X, double AMean, const int AOrder);
Moments.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec * | Data. An exception is raised if X vector is complex. |
| 2 | AMean | double | A mean value of all X vector elements. |
| 3 | AOrder | const int | Defines the order of central moment. |
Returns: the AOrder-th central moment of all X vector elements.
Declared in Dew::Stats::Units::Statistics · Dew.Stats/Units.Statistics.h · Cross-compiler