octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #36718] moment, skewness, and kurtosis differe


From: Alexander Barth
Subject: [Octave-bug-tracker] [bug #36718] moment, skewness, and kurtosis differences with Matlab
Date: Sun, 01 Jul 2012 19:30:02 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:13.0) Gecko/20100101 Firefox/13.0.1

Follow-up Comment #2, bug #36718 (project octave):

Here are the results with bias-correction:

>> x = [1:5].^2;
>> skewness (x, 0)

ans =

    0.6996

>> kurtosis (x, 0)

ans =

    2.3577

Thanks and best regards,
Alexander

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?36718>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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