cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Instantly extract effect sizes, F-ratios, and FDR-adjusted p-values from your models with the Calculate Effects Sizes extension, available now in the JMP Marketplace!
  • New to JMP? Join us Sept. 23-24 for the Early User Edition of Discovery Summit, tailor-made for new users. Register now for free!
  • Your voice matters! Tell us how you prefer to receive JMP updates, so we can tailor our communication to your needs. Take short survey.

Discussions

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

How can use JMP to decompose a curve into an original three-condition curve?

Hello, everyone!

The Y curve is the sum of the other three curves.
Specific formula is: Y = Max + mid + min + 10
If only know Y, I need to restore the three curves of "Max", "mid" and "min".
I've looked it up and it looks like I can do it with the Fourier transform.

I would like to ask if there is a corresponding module with JMP to achieve this restore.

 

2020-08-26_16-21-43.png

 

The excel formula of the other three curves is:

min=ROUND(2*SIN(80*RADIANS(:x)+RADIANS(7)),10)+2
mid=ROUND(3*SIN(21*RADIANS(:x)+RADIANS(8)),10)+3
max=ROUND(4*SIN(5*RADIANS(:x)+RADIANS(64)),10)+4

Thanks!

13 REPLIES 13
lwx228
Level VIII

Re: How can use JMP to decompose a curve into an original three-condition curve?

Thank markbailey!

 

JMP is very powerful and I use very little of it.

lwx228
Level VIII

Re: How can use JMP to decompose a curve into an original three-condition curve?

I am just beginning to learn in this area.It's not so simple to switch to real data:

I tried FFT, FIT model, and time series.

2020-09-03_22-08-08.png

 

I didn't turn on the right approach,

The trouble experts continued to guide me.

Thanks Experts!

 

lwx228
Level VIII

Re: How can use JMP to decompose a curve into an original three-condition curve?

According to Craige FFT analysis, the real curve should be divided into more curves.

 

I don't know how to adjust the parameters with the FIT model.

Thanks!

2020-09-03_22-17-46.png

lwx228
Level VIII

Re: How can use JMP to decompose a curve into an original three-condition curve?

Time Series

2020-09-03_22-30-06.png

Recommended Articles