Search Results: simulation (462)

Rick Wicklin 0
The contaminated normal distribution

How can you generate data that contains outliers in a simulation study? The contaminated normal distribution is a simple but useful distribution you can use to simulate outliers. The distribution is easy to explain and understand, and it is also easy to implement in SAS. What is a contaminated normal

Advanced Analytics | Analytics | Data Management
Christian Engel 0
IDV: Banken müssen Spagat zwischen Flexibilität und Governance schaffen

IDV (Individuelle Datenverarbeitung) ist ein Thema, das in den Banken als Teil von BCBS 239 seit Langem kritisch diskutiert wird. Ruppert Jaeschke betreut und berät seit fast 15 Jahren zahlreiche deutsche Banken im Umfeld Business Intelligence und SAS. Er hat eine klare Meinung zu diesem regulatorischen Thema. Frage: Welche Schmerzen

Customer Intelligence | SAS Events
Emanuela Sferco 0
Analytics Experience 2016: la cultura analitica è di scena a Roma

Per tre giorni, la capitale italiana ospiterà Analytics Experience, evento in cui professionisti IT, figure accademiche, business user ed executive da tutto il mondo si riuniscono con l’obiettivo di approfondire lo stato dell’arte degli analytics. Un mix di keynote strategici, storie di successo internazionali, corsi di formazione, certificazione SAS, update

Rick Wicklin 0
Simulate data from a generalized Gaussian distribution

Although statisticians often assume normally distributed errors, there are important processes for which the error distribution has a heavy tail. A well-known heavy-tailed distribution is the t distribution, but the t distribution is unsuitable for some applications because it does not have finite moments (means, variance,...) for small parameter values.

Rick Wicklin 0
The distribution of nearest neighbor distances

Last week I showed how to compute nearest-neighbor distances for a set of numerical observations. Nearest-neighbor distances are used in many statistical computations, including the analysis of spatial point patterns. This article describes how the distribution of nearest-neighbor distances can help you determine whether spatial data are uniformly distributed or

Analytics
Torsten Beck 0
Big Data: Theorie versus Praxis

Letztens ist mir das Buch des Naturwissenschaftlers und Comedians Vince Ebert in die Hände gefallen. Es war anfangs sehr lustig und unterhaltsam, bis zu dem Kapitel, in dem es um das Thema Big Data ging. Danach führe die Analyse großer Datenmengen dank des Phänomens „Zufall“ zum Big Fail. Im Folgenden möchte

Rick Wicklin 0
Ten tips before you run an optimization

Optimization is a primary tool of computational statistics. SAS/IML software provides a suite of nonlinear optimizers that makes it easy to find an optimum for a user-defined objective function. You can perform unconstrained optimization, or define linear or nonlinear constraints for constrained optimization. Over the years I have seen many

Rick Wicklin 0
Matrix computations at SAS Global Forum 2016

Last week I attended SAS Global Forum 2016 in Las Vegas. I and more than 5,000 other attendees discussed and shared tips about data analysis and statistics. Naturally, I attended many presentations that featured using SAS/IML software to implement advanced analytical algorithms. Several speakers showed impressive mastery of SAS/IML programming

Rick Wicklin 0
Generate points uniformly inside a circular region in 2-D

It is easy to generate random points that are uniformly distributed inside a rectangle. You simply generate independent random uniform values for each coordinate. However, nonrectangular regions are more complicated. An instructive example is to simulate points uniformly inside the ball with a given radius. The two-dimensional case is to

1 8 9 10 11 12 16