Serving the Quantitative Finance Community

 
User avatar
epon79
Topic Author
Posts: 0
Joined: June 27th, 2009, 9:55 pm

Iterated Cumulative Sum of Squares

August 25th, 2009, 3:53 pm

Hey,Does any one know where I code find code (preferably mathematica) to do iterated cumulative sum of squares?I am trying to detect break points in historic volatility.Thanks
 
User avatar
BornToBeTrader
Posts: 5
Joined: November 14th, 2004, 12:23 am
Location: New York

Iterated Cumulative Sum of Squares

September 9th, 2009, 4:08 pm

You can find code in R and Matlab more commonly. Exactly which type of statistic are you trying to code?
 
User avatar
MCarreira
Posts: 64
Joined: January 1st, 1970, 12:00 am

Iterated Cumulative Sum of Squares

September 22nd, 2009, 12:37 am

You'll probably use FoldList at some point. It'd be helpful if you described exactly the calculation you need.