Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Generating Statistics Info
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00223474
Message ID:
00223517
Views:
27
>I was able to generate all I need but median. Anything for that?

I guess you could build your own function easily enough...

1) Order the n values with an index
2) If n is odd, take the (n+1)/2 value (maybe use GO (n+1)/2)
3) If even, take INT of (n+1)/2, GO to it, get value, SKIP 1, get that value, and divide by two.
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Reply
Map
View

Click here to load this message in the networking platform