Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calculate STD() vs. Excel STDEV() function
Message
De
02/09/2002 09:49:21
 
 
À
02/09/2002 09:26:32
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00695910
Message ID:
00695934
Vues:
12
>>The formula in excel is STDEVPA(). Foxpro is assuming the data supplied is the universe, as opposed to the standard function in Excel which assumes that the data is just a sample. I think this is because, unlike fox, excel can only perform stdev on 30 values.
>
>Do you know how to obtain, in VFP, the std() based on a sample? Note: I don't need this, I am just curious.
>
>Hilmar.

Multiply by sqrt( n / (n - 1) )
Len Speed
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform