(the maths inside is not meant to be taken seriously; 'tis a silly idea that can't work) Note that dropping comutativity below we get quantum probablility. Franz Lehner added packages supporting computations for several popular versions. In principle one can treat commutative case as a special case of quantum probablility... from a recent email by Peter Broadbery Random variables are assumed to have the following properties:
This means that random variables form complex abelian -algebras. If , the random variable a is called "real". An expectation E on an algebra A of random variables is a normalized, positive linear functional. What this means is that
-algebraFrom Wikipedia, the free encyclopedia In mathematics, a -algebra is an associative algebra over the field of complex numbers with an antilinear, antiautomorphism which is an involution. More precisely, is required to satisfy the following properties: for all , in , and all in . The most obvious example of a -algebra is the field of complex numbers C where is just complex conjugation. Another example is the algebra of nn matrices over with given by the conjugate transpose. An algebra homomorphism is a -homomorphism if it is compatible with the involutions of and , i.e.
An element in is called self-adjoint if . fricas (1) -> <aldor> #include "fricas" fricas Compiling FriCAS source code from file /var/lib/zope2.10/instance/axiom-wiki/var/LatexWiki/5264249576821309342-25px001.as using Aldor compiler and options -O -Fasy -Fao -Flsp -lfricas -Mno-ALDOR_W_WillObsolete -DFriCAS -Y $FRICAS/algebra -I $FRICAS/algebra Use the system command )set compiler args to change these options. fricas Compiling Lisp source code from file ./5264249576821309342-25px001.lsp Issuing )library command for 5264249576821309342-25px001 fricas Reading /var/aw/var/LatexWiki/5264249576821309342-25px001.asy RandomAlgebra is now explicitly exposed in frame initial RandomAlgebra will be automatically loaded when needed from /var/aw/var/LatexWiki/5264249576821309342-25px001 UnivariateNormalRandomAlgebra is now explicitly exposed in frame initial UnivariateNormalRandomAlgebra will be automatically loaded when needed from /var/aw/var/LatexWiki/5264249576821309342-25px001 fricas a := X()$UnivariateNormalRandomAlgebra
Type: UnivariateNormalRandomAlgebra?
fricas -- a number,
Type: Float
fricas -- 0 E a
Type: Float
fricas -- 1 variance(a)
Type: Float
fricas -- 1 variance(a+5)
Type: Float
fricas -- 5 variance(a+5)
Type: Float
fricas -- 3,
Type: Float
|