All Posts

Analytics | Learn SAS
Rick Wicklin 0
Peeling a convex hull

This article looks at a geometric method for estimating the center of a multivariate point cloud. The method is known as convex-hull peeling. In two-dimensions, you can perform convex-hull peeling in SAS 9 by using the CVEXHULL function in SAS IML software. For higher dimensions, you can use the CONVEXHULL

Internet of Things
Paul Venditti 0
Why accurate predictive maintenance requires digital twins

Organizations continuously search for innovative ways to optimize their operations and elevate efficiency. One promising frontier is the integration of digital twins for predictive maintenance. However, the true potential of this technology often remains untapped, with many organizations settling for what can be described as “digital shadows.” In this exploration,

Analytics
Rick Wicklin 0
The geometry of Jacobi's method

A colleague remarked that my recent article about using Jacobi's iterative method for solving a linear system of equations "seems like magic." Specifically, it seems like magic that you can solve a certain class of linear systems by using only matrix multiplication. For any initial guess, the iteration converges to

1 13 14 15 16 17 751