Uncategorized

Internet of Things
Michael Thomas 0
Reality++ fueled by IoT

It's an exciting time for reality! We've been technologically enhancing reality for a long time -- eye glasses, telescopes, binoculars, microscopes, photography, moving pictures, live streaming video over the Internet, etc. But whether it's augmented reality, virtual reality or somewhere in between, a new wave of eye wear technology is

Michael A. Raithel 0
Are you doing things SAS backwards?

SAS Programming Professionals, Are you doing things SAS backwards? Yea; we have all been there.  A manager, or a user, or a client, asks you to perform an analysis or create a data set and gives you a sketchy description of what they want. Maybe they say "It's like that

Gastbeitrag 0
Energiewende ist Smart Data mit Big Data

Was nun - Big Data oder Smart Data? Die Antwort: beides – denn das eine bedingt das andere. Die Kunst ist, aus einer riesigen Datenmenge den wesentlichen Teil zu extrahieren. Die Energiewende basiert zum einen auf dem verstärkten Einsatz regenerativer Energien, zum anderen soll die produzierte Energie effektiver eingesetzt werden. Dies

Learn SAS
Rick Wicklin 0
IF-THEN logic with matrix expressions

In the SAS DATA step, all variables are scalar quantities. Consequently, an IF-THEN/ELSE statement that evaluates a logical expression is unambiguous. For example, the following DATA step statements print "c=5 is TRUE" to the log if the variable c is equal to 5: if c=5 then put "c=5 is TRUE";

Data Management
Helmut Plinke 0
Big data quality

Utilizing big data analytics is currently one of the most promising strategies for businesses to gain competitive advantage and ensure future growth. But as we saw with “small data analytics,” the success of “big data analytics” relies heavily on the quality of its source data. In fact, when combining “small” and “big” data

Learn SAS
Rick Wicklin 0
What is an empty matrix?

At the beginning of my book Statistical Programming with SAS/IML Software I give the following programming tip (p. 25): Do not confuse an empty matrix with a matrix that contains missing values or with a zero matrix. An empty matrix has no rows and no columns. A matrix that contains

Customer Intelligence
Stuart Rose 0
Is the customer experience overrated?

According to analyst firms, consulting companies and various other research, customer experience is the primary priority for insurance companies.  But is customer experience overrated? Let’s start by considering the primary interactions between an insurance company and its customers: new business, billing, renewals and claims. Ask any insurance executive, especially property

Learn SAS
Rick Wicklin 0
Five tips from Simulating Data with SAS

Data simulation is a fundamental technique in statistical programming and research. My book Simulating Data with SAS is an accessible how-to book that describes the most useful algorithms and the best programming techniques for efficient data simulation in SAS. Here are five lessons you can learn by reading it: Learn strategies

1 177 178 179 180 181 281