Re: MeanTest Function not Working
- To: mathgroup at smc.vnet.net
- Subject: [mg68378] Re: [mg68353] MeanTest Function not Working
- From: Darren Glosemeyer <darreng at wolfram.com>
- Date: Thu, 3 Aug 2006 06:06:44 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
MeanTest is in the HypothesisTests package. The syntax is MeanTest[{... numbers ...}, mu0] where mu0 is the assumed mean value for the null hypothesis. It looks like you left out mu0. Darren Glosemeyer Wolfram Research At 05:24 AM 8/2/2006 -0400, Gregory Lypny wrote: >Hello everyone, > >I've loaded the HypothesisTests package. The MeanDifferenceTest >function works fine, but not the MeanTest. Mathematica doesn't seem >to recognize it, and simply returns the name of the function and the >data series as MeanTest[{... numbers ...}]. Is the MeanTest an >obsolete function or am I doing something wrong? > >Regards, > > Gregory