cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
LauraB
Level I

What is the difference between log and log10 transformation in JMP?

Does someone know what the difference is between the log and log10 transformation in JMP? I cannot find any information on it... I discovered that they do not give the same result and I wonder what the reason is. 

 

Thanks a lot! 

 

Laura

1 ACCEPTED SOLUTION

Accepted Solutions
txnelson
Super User

Re: What is the difference between log and log10 transformation in JMP?

A common logarithm, Log10(), uses 10 as the base and a natural logarithm, Log(),  uses the number e (approximately 2.71828) as the base.

Jim

View solution in original post

2 REPLIES 2
txnelson
Super User

Re: What is the difference between log and log10 transformation in JMP?

A common logarithm, Log10(), uses 10 as the base and a natural logarithm, Log(),  uses the number e (approximately 2.71828) as the base.

Jim
LauraB
Level I

Re: What is the difference between log and log10 transformation in JMP?

Thanks @txnelson , I guess I was confused because of the naming conventions - I'm used to the "ln" abbreviation for the natural logarithm. 

Recommended Articles