stats in program
|
07-28-2018, 03:12 PM
Post: #1
|
|||
|
|||
stats in program
Bonjour
Dans un programme non CAS quel est le meilleur moyen de faire des calculs statistiques sur une liste locale. Peut-on utiliser les fonctions du CAS sans problème, ou vaut-il mieux recréer ces fonctions : moyenne, médiane etc... Merci d'avance pour vos conseils ? Hello In a non-CAS program what is the best way to make statistical calculations on a local list. Can the CAS functions be used without problems, or is it better to recreate these functions: average, median etc. Thank you in advance for your advice? Sorry for my english |
|||
07-28-2018, 06:55 PM
Post: #2
|
|||
|
|||
RE: stats in program
They work fine in Home and in non-CAS programs. Just be aware that the output of the mean() function in Home can be affected by the CAS setting for integer inputs (CAS Settings, 3rd row, check box on the right end). When checked, mean([1,2]) returns the fraction 3/2, but when unchecked it returns the decimal value 1.5.
<0|ɸ|0> -Joe- |
|||
07-28-2018, 10:23 PM
(This post was last modified: 07-28-2018 11:00 PM by StephenG1CMZ.)
Post: #3
|
|||
|
|||
RE: stats in program
In addition to the built-in stats, I have a collection of different means here: http://www.hpmuseum.org/forum/thread-9852.html
And median and mode here: http://www.hpmuseum.org/forum/thread-9411.html Stephen Lewkowicz (G1CMZ) https://my.numworks.com/python/steveg1cmz |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)