Skip to content
Back to formatted view

Raw Message

Message-ID: <ab874765-b848-4fa4-91d3-526b0250bbdc@email.android.com>
Date: 2013-03-18T13:30:16Z
From: Jeff Newmiller
Subject: Counting confidence intervals
In-Reply-To: <CAGPwjHyNg9qnpM0pwiKL6AokTDYh53k6KLaADHdwUaeY2YmJAw@mail.gmail.com>

sum(M[1]<12 & 12<=M[2]) untested, no data
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.

Jim Silverton <jim.silverton at gmail.com> wrote:

>Hi,
>I have a 2 x 10000 matrix of confidence intervals. The first column is
>the
>lower and the next column is the upper. I want to cont how many times a
>number say 12 lies in the interval. Can anyone assist?