Re: MeanTest Function not Working
- To: mathgroup at smc.vnet.net
- Subject: [mg68371] Re: MeanTest Function not Working
- From: "Norbert Marxer" <marxer at mec.li>
- Date: Thu, 3 Aug 2006 06:06:28 -0400 (EDT)
- References: <eaprit$s2r$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hello
You have to set the second argument of the function MeanTest (as
described in the Help Browser):
MeanTest[ data, mu]
Best Regards
Norbert Marxer
www.mec.li
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