cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
Choose Language Hide Translation Bar
StatWars
New Member

Fit Normal() - Differences of parameter estimates standard error and confidence intervals between versions (JMP 16 vs JMP 18.2)

Hi,

 

I noticed some numerical differences between JMP versions, and I was wondering what has changed in the computation of the standard errors and confidence intervals of the parameters estimates of Fit Normal() from JMP 16 to the next versions?

 

It would be great if you can specify any difference in formulas and methods between the two versions.

 

The following output has been produced by using the same data and running the following chunk of code in JMP 16.0 (left) and JMP 18.2 (right). 

 

 

Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
obj = dt << Distribution( Column( :Weight ) );
obj << Fit Normal;

 

StatWars_4-1758813412734.png

 

 

Thanks in advance to anyone who replies!

 

1 REPLY 1
Thierry_S
Super User

Re: Fit Normal() - Differences of parameter estimates standard error and confidence intervals between versions (JMP 16 vs JMP 18.2)

Hi,

 

Could you highlight which parameters do not match between the two outputs you shared? I scanned the table for differences, but I could not detect any.

 

Thanks,

 

TS

Thierry R. Sornasse

Recommended Articles