help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help! (Loops)


From: Judd Storrs
Subject: Re: Help! (Loops)
Date: Wed, 13 May 2009 00:09:04 -0400

On Tue, May 12, 2009 at 3:22 PM, Monstah <address@hidden> wrote:
I don't think it's right. And then when I try and do mean, median, mode, and
standard deviation within the loops, it still doesn't come out looking
right. Can someone send me in the right direction?

It sounds to me like you are supposed to compute those values without using octave's mean, median, mode and standard deviation functions. i.e. your assignment is to develop replacements for octave's mean, median, mode functions etc. You can compare your code's results to octave's results for correctness. Your class notes or introductory statistics textbook should describe how to compute the statistics. That's where you need to start.

Also, every time I try and make a loop out of anything more than 20 entries,
it turns it into a log file or something that I can't do anything with. I'm
not sure what to do :\

When the output is larger than can displayed in a screen, it is displayed one screen full at a time. You can turn this off by typing "pager off" and turn it back on by typing "pager on".

Good luck!

--judd
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]