Tcl Library Source Code

Ticket Change Details
Login
Overview

Artifact ID: 67fdf14fa040b2091733c56fabe3aa5d44c9a378
Ticket: 2812473fffffffffffffffffffffffffffffffff
test-normal description is confusing or wrong
User & Date: arjenmarkus 2014-09-21 13:43:30
Changes

  1. comment changed to:
    The documentation for math::statistics::test-normal says it returns 1 if the data is distributed normally within the given confidence.
    I am not a statistician, but either I am severely confused or this is completely wrong.  It seems that this procedure returns 1 when the null hypothesis of a normal distribution should be rejected, which is the opposite of what I read.
    
    Also, the confidence specification seems backwards from the things I read---which admittedly are just Wikipedia and MATLAB help---which use significance (alpha), a small number, rather than confidence.  In fact, I don't even think confidence is the right word here, or at least I don't think you're talking about confidence intervals.
    
    package require math::statstics
    0.6
    
  2. icomment:
    "Confidence" is not the correct word indeed, it is not about confidence intervals. I have tried to get a clearer idea about how to perform the test, but it is confusing :(.
    
    To be continued.
    
  3. login: "arjenmarkus"
  4. mimetype: "text/plain"
  5. severity changed to: "Minor"