Search Results: simulation (475)

Leo Sadovy 0
Activity-Based Business Process Reengineering

I want to use SAS’ recent announcement of our Cost and Profitability Management solution as an opportunity to highlight an often overlooked but valuable application of activity-based costing: business process reengineering.   But first, just a brief description of Cost and Profitability Management’s new breakthrough capability:  In-memory model calculation. SAS’ decision

Rick Wicklin 0
Simulating data for a logistic regression model

In my book Simulating Data with SAS, I show how to use the SAS DATA step to simulate data from a logistic regression model. Recently there have been discussions on the SAS/IML Support Community about simulating logistic data by using the SAS/IML language. This article describes how to efficiently simulate

Rick Wicklin 0
Never multiply with a large diagonal matrix

I love working with SAS Technical Support because I get to see real problems that SAS customers face as they use SAS/IML software. The other day I advised a customer how to improve the efficiency of a computation that involved multiplying large matrices. In this article I describe an important

Analytics
Leo Sadovy 0
Agility and the Analytic Sandbox

Analytics gives us not just the ability but the imperative to separate our planning activities into two distinct segments – detailed planning that leads to budgets in support of execution, and high-level, analytic-enabled business/scenario planning. My critique of Control Towers in this blog last time led me not only to

Rick Wicklin 0
Where's Rick at SAS Global Forum 2014?

Once again I'll be at SAS Global Forum this year. The 2014 location is Washington, D. C., so I am looking forward to greeting many friends in the government and consulting sectors. I always enjoy talking with SAS customers about statistics, simulations, matrix computations, and the SAS/IML product, so here's

Rick Wicklin 0
Sample with replacement in SAS

Randomly choosing a subset of elements is a fundamental operation in statistics and probability. Simple random sampling with replacement is used in bootstrap methods (where the technique is called resampling), permutation tests and simulation. Last week I showed how to use the SAMPLE function in SAS/IML software to sample with

Learn SAS
Rick Wicklin 0
How to vectorize time series computations

Vector languages such as SAS/IML, MATLAB, and R are powerful because they enable you to use high-level matrix operations (matrix multiplication, dot products, etc) rather than loops that perform scalar operations. In general, vectorized programs are more efficient (and therefore run faster) than programs that contain loops. For an example

Data Management
Jim Harris 0
Why can’t we predict the weather?

This is the time of year when we like to make predictions about the upcoming year. Although I am optimistic about the potential of predictive analytics in the era of big data, I am also realistic about the nature of predictability regardless of how much data is used. For example, in

Analytics
Kim Darnofall 0
SAS loves Stats: Don Wedding

Don Wedding played a baseball simulation game called Sports Illustrated/Avalon Hill Superstar Baseball back when he was in grade school in Toledo, Ohio. The game involved rolling specialized dice, and then referring to cards representing the performance of the greatest baseball players of all time. The problem was Wedding knew

Jan-Ole Romann 0
Analytics im Public Sector: Verwaltung ist Wissen

Im fortschreitende Modernisierungsprozess befindet sich die öffentliche Hand im Spannungsfeld zwischen knappen Kassen und demografischem Wandel einerseits und Forderungen nach einer wirkungsorientierten und bürgernahen Auftragserfüllung andererseits. Die zunehmende Komplexität der fachlichen Zusammenhänge innerhalb einzelner Politikfelder und der Abhängigkeiten zwischen verschiedenen Bereichen bindet zusätzliche Ressourcen. Mehr und mehr fordert die Politik

Rick Wicklin 0
Implement the truncated normal distribution in SAS

This article describes how to implement the truncated normal distribution in SAS. Although the implementation in this article uses the SAS/IML language, you can also implement the ideas and formulas by using the DATA step and PROC FCMP. For reference, I recommend the Wikipedia article on the truncated normal distribution.

1 11 12 13 14 15 16