All Posts

Learn SAS | Programming Tips
Rick Wicklin 0
Flip it. Flip it good.

A SAS user needed to convert a program from MATLAB into the SAS/IML matrix language and asked whether there is a SAS/IML equivalent to the fliplr and flipud functions in MATLAB. These functions flip the columns or rows (respectively) of a matrix; "LR" stands for "left-right" and "UD" stands for

Analytics | Customer Intelligence
Sandra Hernandez 0
Así es el profesional de Marketing de hoy

En el lenguaje de marketing, mucho hablamos de implementar estrategias digitales omnichannel y gestionar la experiencia de cliente de extremo a extremo. Si bien hay bastantes soluciones (mapas de viaje del cliente, diagramas de ciclo de vida) y tecnologías (motores de optimización, procesamiento de secuencias de eventos y automatización de marketing)

Programming Tips
Rick Wicklin 0
Random segments and broken sticks

A classical problem in elementary probability asks for the expected lengths of line segments that result from randomly selecting k points along a segment of unit length. It is both fun and instructive to simulate such problems. This article uses simulation in the SAS/IML language to estimate solutions to the

1 413 414 415 416 417 692