All Posts

Data Visualization
Sanjay Matange 0
Polar Graph - Wind Rose

Last week I posted an article on displaying polar graph using SAS.  When the measured data (R, Theta) are in the polar coordinates as radius and angle, then this data can be easily transformed into the XY space using the simple transform shown below.     x=r*cos(theta * PI / 180);     y=r*sin(theta * PI

Programming Tips
Rob Collum 0
About LASR Load Balancing

The Distributed SAS 9.4 LASR Analytic Server provides a massively parallel processing solution for working very quickly with huge volumes of data. LASR was built from its earliest invocations to provide for incredible scalability and growth. One of the primary criteria which drives the considerations of scalability is load management.

Analytics
0
Name ist gleich Name? Nein!

Wie eine unterschiedliche Namensstruktur das Sanctions Screening beeinflussen kann Im Compliance-Kanon der Banken spielen Political Exposed Persons (PEP) und Sanctions Screening eine wichtige Rolle. Banken gleichen Finanztransaktionen mit Sanktionslisten ab und unterbinden diese gegebenenfalls, wenn sie nicht zulässig sind. Es ist mittlerweile sehr kostspielig, sich nicht an die Richtlinien zu

Learn SAS
Brenna 0
SAS Author Spotlight: Derek Morgan

SAS Author Derek Morgan is a programming rock star… in more ways than one. Not only has he been a professional SAS programmer in the pharmaceutical industry for almost 30 years and written two editions of The Essential Guide to SAS® Dates and Times, Derek also plays electric bass in

1 500 501 502 503 504 730