Changes
http://page.axiom-developer.org/zope/mathaction/StatisticalFunctions/diff
--
++added:
++added:
??changed:
-a:= ["a","c","d","g","z"]
a:= ["a","c","d","g","z","a","d","g","f"]
++added:
center b
--
forwarded from http://page.axiom-developer.org/zope/mathaction/[EMAIL PROTECTED]
Changes
http://page.axiom-developer.org/zope/mathaction/StatisticalFunctions/diff
--
Here is some old hack.
\begin{axiom}
)abbrev package STAT StatPackage
++ Description:
++ This package exports statistics utilities
StatPackage(S,A) : Exports == Implementation where
S: SetCategory
A: Collecti
Changes
http://page.axiom-developer.org/zope/mathaction/StatisticalFunctions/diff
--
??changed:
-Here is some old hack.
Here are some old hack.
++added:
++added:
And
\begin{axiom}
a:= ["a","c","d","g","z"]
b:= [1,7,8,9,2,4,6,17,18,14,32]
median a
median b
mean b
hmean b
moment(b,1)
moment(b,2