Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Generating Statistics Info
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00223474
Message ID:
00223517
Vues:
29
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform