MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

Variance

  • To: mathgroup at smc.vnet.net
  • Subject: [mg52047] Variance
  • From: "JFO" <johanfo at gmail.com>
  • Date: Mon, 8 Nov 2004 03:13:38 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Can anybody help me out with this?  I'm trying to make mathematica
calculate the variance of an expression, however I don't get the result
I expected, a numerical value.

In[144]:=
<<Statistics`ContinuousDistributions`
a:=NormalDistribution[0,0.1]
b:=NormalDistribution[0,0.1]
c:=NormalDistribution[0,0.1]
z:=0.7a-0.5b-0.8c
Variance[z]

Out[149]=
Variance[-0.6 NormalDistribution[0,0.1]]


  • Prev by Date: Re: Re: MathGroup /: Descriptive headings
  • Next by Date: finding explicit rule for series
  • Previous by thread: Re: [numbertheory] prime modulo 10 power two function of gaps--> corrected function
  • Next by thread: Re: Variance