Re: article on Excel errors

2001-01-27 Thread myotis

Except it seems to be restricted to people who have a subscription to 
the journal. Is there any alternative download site that anyone knows 
of?

Thanks,

Graham S


.


=
Instructions for joining and leaving this list and remarks about
the problem of INAPPROPRIATE MESSAGES are available at
  http://jse.stat.ncsu.edu/
=



Excel Graphics

2001-01-27 Thread myotis

Not sure if this is the best place to ask, but can anyone point me 
towards any web sites that provide advice on using Excel for 
technical/scientific graphing.

I am not sure why exactly, but I find the graphs produced by Excel, 
compared to S-Plus or Statistica, to look out of place in a technical 
report. As I know others feel the same way, I was hoping that there 
might be some advice out there on how to improve their appearance.

Many thanks,

Graham S

.


=
Instructions for joining and leaving this list and remarks about
the problem of INAPPROPRIATE MESSAGES are available at
  http://jse.stat.ncsu.edu/
=



Re: article on Excel errors

2001-01-27 Thread dennis roberts

i don't think so ... you need acrobat reader though

http://www.elsevier.nl/gej-ng/10/15/38/37/25/27/article.pdf

At 02:26 PM 1/27/01 +, [EMAIL PROTECTED] wrote:
>Except it seems to be restricted to people who have a subscription to
>the journal. Is there any alternative download site that anyone knows
>of?
>
>Thanks,
>
>Graham S
>
>
>.
>
>
>=
>Instructions for joining and leaving this list and remarks about
>the problem of INAPPROPRIATE MESSAGES are available at
>   http://jse.stat.ncsu.edu/
>=

_
dennis roberts, educational psychology, penn state university
208 cedar, AC 8148632401, mailto:[EMAIL PROTECTED]
http://roberts.ed.psu.edu/users/droberts/drober~1.htm



=
Instructions for joining and leaving this list and remarks about
the problem of INAPPROPRIATE MESSAGES are available at
  http://jse.stat.ncsu.edu/
=



Re: Excel Graphics

2001-01-27 Thread Jay Warner

One piece of advice I received on this topic was:  Use DeltaGraph.  Even 
4.0 (ca 1997) offers more options, and display control.

Sorry if that isn't exactly what you were looking for

Jay

[EMAIL PROTECTED] wrote:

> Not sure if this is the best place to ask, but can anyone point me 
> towards any web sites that provide advice on using Excel for 
> technical/scientific graphing.
> 
> I am not sure why exactly, but I find the graphs produced by Excel, 
> compared to S-Plus or Statistica, to look out of place in a technical 
> report. As I know others feel the same way, I was hoping that there 
> might be some advice out there on how to improve their appearance.
> 
> Many thanks,
> 
> Graham S
> 
> ..
> 
> 
> =
> Instructions for joining and leaving this list and remarks about
> the problem of INAPPROPRIATE MESSAGES are available at
>   http://jse.stat.ncsu.edu/
> =
> 
> 
> 

-- 
Jay Warner
Principal Scientist
Warner Consulting, Inc.
 North Green Bay Road
Racine, WI 53404-1216
USA

Ph: (262) 634-9100
FAX:(262) 681-1133
email:  [EMAIL PROTECTED]
web:http://www.a2q.com

The A2Q Method (tm) -- What do you want to improve today?




=
Instructions for joining and leaving this list and remarks about
the problem of INAPPROPRIATE MESSAGES are available at
  http://jse.stat.ncsu.edu/
=



Re: British Medical Journal on significance tests

2001-01-27 Thread Bill Jefferys

At 5:13 PM -0600 1/26/01, Warren Sarle wrote:
> http://bmj.com/cgi/content/full/322/7280/0

Good article. See also J.O. Berger and M. Delampady, "Testing Precise 
Hypotheses" (Statistical Sciences 2, 317-335, 1987) for an extensive 
discussion of this phenomenon.

Bill

-- 
Bill Jefferys/Department of Astronomy/University of Texas/Austin, TX 78712
Email: replace 'warthog' with 'clyde' | Homepage: quasar.as.utexas.edu
I report spammers to [EMAIL PROTECTED]
Finger for PGP Key: F7 11 FB 82 C6 21 D8 95  2E BD F7 6E 99 89 E1 82
Unlawful to use this email address for unsolicited ads: USC Title 47 Sec 227


=
Instructions for joining and leaving this list and remarks about
the problem of INAPPROPRIATE MESSAGES are available at
  http://jse.stat.ncsu.edu/
=



A-D in matlab

2001-01-27 Thread Veeral Patel

Hi

Out of curiousty i decided to write a small prog to perform the A-D test in
matlab for the gumbel distribution. Obtaining the gumbel parameters is easy.
however the difficulty is in the actual A-D computation formula as stated by
Stephens(1977).
A2=-[Sum(i=1,n)(2i-1){logzi+log(1-zn+1-i)}]/n-n

whats the point of /n and -n since they both cancel out anyway. regardless
of this, i still get extremely large values of A2. I checked my file using a
different distribution and compared that value with SAS and it was totally
wrong.
can anyone point out whats wrong in the m file below

function adtest;
cd c:\
cd data
cd 1k

An=[ ];

x=load('ratio_error_1');

[phat,cov]=wgamfit(x,0); %estimating gumbel parameters
f=wgampdf(x,phat(1,1),phat(1,2)); %creating the gumbel equivalent data based
%upon the above parameters

f=f';
b=1000:-1:1;
minus_f=f(b);

%computing the A-D statistic
A=-1000-(1/1000)*sum((2.*(1:1:1000)-1).*(log(f(1,1:1:1000))+log(1-minus_f(1,
1:1000


thanks
veeral





=
Instructions for joining and leaving this list and remarks about
the problem of INAPPROPRIATE MESSAGES are available at
  http://jse.stat.ncsu.edu/
=



Re: A-D in matlab

2001-01-27 Thread Donald Burrill

On Sun, 28 Jan 2001, Veeral Patel wrote in part:

> Out of curiousty i decided to write a small prog to perform the A-D test in
> matlab for the gumbel distribution. Obtaining the gumbel parameters is easy.
> however the difficulty is in the actual A-D computation formula as stated by
> Stephens(1977).
> A2=-[Sum(i=1,n)(2i-1){logzi+log(1-zn+1-i)}]/n-n
> 
> whats the point of /n and -n since they both cancel out anyway. 

Uh-huh.  Perhaps you need to consider the difference between
A2 = - [long expression]/n - n  
and 
A2 = - [long expression]/(n - n).

The latter of course is infinitely large.

In your program, you appear not to have divided by  n,  which surely 
means that your value of  A2  will be  n  times too large, even if you 
have correctly computed  [long expression].
-- DFB.
 --
 Donald F. Burrill[EMAIL PROTECTED]
 348 Hyde Hall, Plymouth State College,  [EMAIL PROTECTED]
 MSC #29, Plymouth, NH 03264 (603) 535-2597
 Department of Mathematics, Boston University[EMAIL PROTECTED]
 111 Cummington Street, room 261, Boston, MA 02215   (617) 353-5288
 184 Nashua Road, Bedford, NH 03110  (603) 471-7128



=
Instructions for joining and leaving this list and remarks about
the problem of INAPPROPRIATE MESSAGES are available at
  http://jse.stat.ncsu.edu/
=