Uncategorized

Chris Hemedinger 0
Making up for lost time (UTC vs. DST)

Did you oversleep this morning? If you live in the United States of America, Monday morning seems to have arrived just a bit earlier, accompanied by a bit more "dark" than usual. That's because as good time-fearing citizens, we have all set our clocks ahead by one hour so as

Rick Wicklin 0
Compute sample quantiles by using the QNTL call

SAS provides several ways to compute sample quantiles of data. The UNIVARIATE procedure can compute quantiles (also called percentiles), but you can also compute them in the SAS/IML language. Prior to SAS/IML 9.22 (released in 2010) statistical programmers could call a SAS/IML module that computes sample quantiles. With the release

Rick Wicklin 0
Quantiles of discrete distributions

I work with continuous distributions more often than with discrete distributions. Consequently, I am used to thinking of the quantile function as being an inverse cumulative distribution function (CDF). (These functions are described in my article, "Four essential functions for statistical programmers.") For discrete distributions, they are not. To quote

Chris Hemedinger 0
Be a code poet laureate

The next time you write a DATA step, try to express it in iambic pentameter.  Or instead of a SAS macro function, how about a SAS macro sonnet?  (Or, for the more base among you, a limerick?) That's the spirit behind the code {poems} project.  You write a poem in

Rick Wicklin 0
Testing data for multivariate normality

I've blogged several times about multivariate normality, including how to generate random values from a multivariate normal distribution. But given a set of multivariate data, how can you determine if it is likely to have come from a multivariate normal distribution? The answer, of course, is to run a goodness-of-fit

Learn SAS
Shelly Goodin 0
SAS author's tip: Alternative ODS destinations

Neil Constable is a Principal Education Consultant at SAS in the United Kingdom, where he applies his extensive knowledge of Base SAS, SAS Enterprise Guide, and the SAS business intelligence tools. He's also the author of SAS Programming for Enterprise Guide Users, Second Edition--and this week's featured tip. You can get to know Neil

Mike Gilliland 0
APICS e-News: Demand planning analysts are hot

Citing online job postings reviewed by talent data firm Wanted Analytics, and a Software Advice  blog by Michael Koploy, APICS e-News reports that "Demand planning analysts" are hot -- one of the five hottest careers in logistics.  (Free subscription to APICS e-News) Clearly, APICS means there are a lot of good jobs

Mike Gilliland 0
New blog header design by Mr. Blackwell

Recently I complained about the stock art used on The BFD blog header. So I was foaming with excitement when Alison Bolen (who oversees the SAS blogging platform) kindly took notice, and enlisted Mr. Blackwell to come up with something more pleasing and appropriate.     OMG Mr. Blackwell!!! As a huge fan of

Mike Gilliland 0
IBF conference and The BFD book signing

I love dogs. Not to the extent that Rick Santorum has to be concerned. And not to the extent of actually having a dog as a pet. But man-dog love has become an issue in the 2012 US presidential campaign, and I thought The BFD readers should know my stance

Advanced Analytics
Rick Wicklin 0
What is Mahalanobis distance?

I previously described how to use Mahalanobis distance to find outliers in multivariate data. This article takes a closer look at Mahalanobis distance. A subsequent article will describe how you can compute Mahalanobis distance. Distance in standard units In statistics, we sometimes measure "nearness" or "farness" in terms of the

0
New Business Intelligence book will help many SAS users

Building Business Intelligence Using SAS: Content Development Examples by Tricia Aanderud and Angela Hall just published this month. This highly anticipated book—called “a must read for anyone using SAS® BI”* —is a quick-start guide that will help users move quickly from using only one of the SAS BI Clients to

1 230 231 232 233 234 259