Re: No Output, No Error
- To: mathgroup at smc.vnet.net
- Subject: [mg46392] Re: No Output, No Error
- From: "Steve Luttrell" <steve1 at _removemefirst_luttrell.org.uk>
- Date: Mon, 16 Feb 2004 23:42:48 -0500 (EST)
- References: <c0qj5b$k87$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
You first need to import the package that contains the definition of Correlation. <<Statistics`MultiDescriptiveStatistics` xlist = {1, 2, 3, 4, 5}; ylist = {2, 4, 6, 8, 10}; Correlation[xlist, ylist] Steve Luttrell "Jackson" <jackson101 at hotmail.com> wrote in message news:c0qj5b$k87$1 at smc.vnet.net... > Warning, new user! > > I have been experiencing some weird output. Some functions just output the > input. No errors, no indications of a problem. Most functions work well, but > some just don't provide any feedback as to the error. > > For example: > xlist = {1, 2, 3, 4, 5}; > ylist = {2, 4, 6, 8, 10}; > Correlation[xlist, ylist] > > Yields the output with no error: > > Correlation[{1, 2, 3, 4, 5}, {2, 4, 6, 8, 10}] > > > > Thanks. > > >