Hi,
I have a monthly price variable and want to calculate its standard deviation over last 8 month. I will be thankful if anyone can help.
Additional Information:
I have lot of firms and i want to calcualte these standard deviation in each firm.
every firm has many years of Monthly data and resulting varibale will be for each month on the basis of lag 8 month (last 8 month)
Thanks
Concept is here:
http://support.sas.com/kb/22/104.html
Change the idea from average to standard deviation is changing the function used (mean to std), otherwise everything else is the same. Note one of hte later examples shows how to do this with BY groups, ie by Firm.
Concept is here:
http://support.sas.com/kb/22/104.html
Change the idea from average to standard deviation is changing the function used (mean to std), otherwise everything else is the same. Note one of hte later examples shows how to do this with BY groups, ie by Firm.
It would help if you can provide examples of the data you have, and the dataset you want, for at least one firm.
Art, CEO, AnalystFinder.com
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
Explore Now →ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.