Load skew into result when data is sufficient.
Declared in <bdlsta_moment.h>
int
skewIfValid(double* result) const;
Load into the specified result, the skew of the data set. Return 0 on success, and a non-zero value otherwise. Specifically, e_INADEQUATE_DATA is returned if 3 > count or the variance is zero.
0 on success, or a non-zero status otherwise
| Name | Description |
|---|---|
| result | destination for the skew on success |