- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
how to get cumulative sum data?
How do I use JMP9 to get cumulative sum data? That is, I want to accumulate data from column COUNT in a new column called SUM,
COUNT SUM
0 0
0 0
1 1
1 2
0 2
Thank you for your help!!
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: how to get cumulative sum data?
Created:
May 20, 2013 08:55 AM
| Last Modified: Oct 18, 2016 1:11 PM
(25260 views)
| Posted in reply to message from zoulanlan 05-19-2013
Use the Column Formula and enter the above expression using the Statistical>Summation, Row and Column of interest with subscript i
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: how to get cumulative sum data?
Created:
May 20, 2013 08:55 AM
| Last Modified: Oct 18, 2016 1:11 PM
(25261 views)
| Posted in reply to message from zoulanlan 05-19-2013
Use the Column Formula and enter the above expression using the Statistical>Summation, Row and Column of interest with subscript i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: how to get cumulative sum data?
Hi
I have difficulty to understand at the attached formula. Could you please explain what calculation is done by using this formula with an example?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
Re: how to get cumulative sum data?
The formula specification for JMP 13.2.1 is:
Col Cumulative Sum( :weight )
Jim