BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
ivanpersie
Fluorite | Level 6

Hi there,

I am trying to compute the standard deviation of the trailing 12 months stock returns. What program code can i use? Thanks in advance for your help

1 ACCEPTED SOLUTION
6 REPLIES 6
data_null__
Jade | Level 19

Do you have SAS/ETS software?

ivanpersie
Fluorite | Level 6

Yes i have SAS  software

PGStats
Opal | Level 21

SAS/ETS is a collection of tools for econometrics and time-series data processing and analysis. It includes PROC EXPAND, a procedure for transforming time series data in many ways, including your requirement for the standard deviation of a moving time window. - PG

PG
Astounding
PROC Star

If you only have SAS, but not SAS/ETS, there are still ways to do this.

This forum has addressed how to calculate a moving sum (for the last 12 observations, for example).

You would also have to calculate the moving sum of the squared values, using similar techniques.

If you know SUM, SUM of the squared values, and N=12, you can calculate the standard deviation.

But it's easier of you have SAS/ETS.

ivanpersie
Fluorite | Level 6

Please send me that link for calculating a moving sum

SAS Innovate 2025: Register Today!

 

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.


Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 6 replies
  • 1603 views
  • 0 likes
  • 5 in conversation