![]() | GE Structure |
Namespace: sqx
[SerializableAttribute] public struct GE : IBinarySerialize
SELECT sqx.GE(Value, 0) MLD /* Mean Log Deviation */ , sqx.GE(Value, 2) HalfSquareCV /* Half Square Coefficient of Variation */ , sqx.OneFloat() - EXP(-sqx.GE(Value, 0)) AtkinsonIndex /* Atkinson Index for 0 <= Alpha < 1 */ , sqx.GE(Value, 1) TheilIndex FROM sqx.UTable(100,0) /* MLD HalfSquareCV AtkinsonIndex TheilIndex ---------------------- ---------------------- ---------------------- ---------------------- 0.22195618689344 0.129494596034123 0.199049544306413 0.152183025012593*/