Imagine you're a business analyst who just discovered a pattern or trend that could significantly help your organization. What do you do next? You share it. Using SAS® Visual Analytics, you've published your results to the Web and mobile device before, but this time you'd rather work with your findings in
Uncategorized
Everyday visual analytics
Breaking Bad (data) with SAS!
In the Breaking Bad TV series, Walter White has an impressive lab where he secretly makes the illegal drug methamphetamine (meth). Wouldn't it be cool to use SAS to show the locations of all the clandestine meth labs in the US?!? Let's do it!... In this blog, I show you
Optimizing a function that evaluates an integral
SAS programmers use the SAS/IML language for many different tasks. One important task is computing an integral. Another is optimizing functions, such as maximizing a likelihood function to find parameters that best fit a set of data. Last week I saw an interesting problem that combines these two important tasks.