Tag: Tech

Implementing HMA, WMA & SMA with 25 lines of SAS code

With time series data analysis, we can apply moving average methods to predict data points without seasonality. This includes Simple Average (SA), Simple Moving Average (SMA), Weighted Moving Average (WMA), Exponential Moving Average (EMA), etc. For series with a trend but without seasonality, we can use linear, non-linear and autoregressive […]

Implementing HMA, WMA & SMA with 25 lines of SAS code was published on SAS Users.

Testing the Assumption of Normality for Parametric Tests

The t-test is a very useful test that compares one variable (perhaps blood pressure) between two groups. T-tests are called t-tests because the test results are all based on t-values. T-values are an example of what statisticians call test statistics. A test statistic is a standardized value that is calculated […]

Testing the Assumption of Normality for Parametric Tests was published on SAS Users.

How to make the most of arrays with SAS® software and streamline your programming

Grace Whiteis of SAS Technical Support shows you how to capitalize on arrays using SAS software — and streamline your code, whether it involves arrays or not.

How to make the most of arrays with SAS® software and streamline your programming was published on SAS Users.

Accessing Databases in the Cloud – SAS Data Connectors and Microsoft Azure

Editor’s note: This is the third article in a series by Conor Hogan, a Solutions Architect at SAS, on SAS and database and storage options on cloud technologies. This article covers the SAS offerings available to connect to and interact with the various database options available in Microsoft Azure. Access […]

Accessing Databases in the Cloud – SAS Data Connectors and Microsoft Azure was published on SAS Users.