hi guys, need help to develop algorithms in SAS on Exponentially Weighted Moving Averages & Cumulative Sum. i know the basic concept and the SAS procedures used ARIMA and CUSUM etc. just need some more detailed help with a fake example and parameter selection. for example, 1 month worth of daily data on the count of car accident. what's the syntax of proc cusum and the initial parameters? like mu0, sigma0. how do you select those? day 1, 0 day 2, 3 day 3, 1 . . . thanks.