Data Dialogue
Thursday, April 18, 2019, 2:00pm, Gross Hall, Ahmadieh Family Grand Hall, Room 330
Davis Vaughan (R Studio)
Simple Arrays with Davis Vaughan, R Studio
Abstract:
Within the tidyverse, the core structure that powers many packages is the tibble, a modern reimagining of the data frame. Unfortunately, with the large focus on data frames, the array has been left behind. The rray package is an attempt to change that. By borrowing ideas from tibble, rray hopes to create "simpler arrays" that are more predictable to use and program around. To accomplish this, rray provides the following new infrastructure: 1. An rray class, which never drops dimensions while subsetting, and consistently retains dimension names where possible. 2. Broadcasting semantics, using the xtensor library. rray implements the wildly popular idea of broadcasting, originally found in the Python library, numpy, to allow more intuitive and powerful operations between multiple rray objects. This opens up a much more complete set of operations than is currently possible with base R. 3. A consistent toolkit for common array manipulation tasks, such as computing sums and products along any axis. Each function retains dimensionality by default, making it easy to link operations together through broadcasting. Importantly, this toolkit works with base R arrays as well as with the new rray objects. https://davisvaughan.github.io/rray/ https://github.com/DavisVaughan/rray

Generated at 1:29am Friday, April 19, 2024 by Mcal.   Top * Reload * Login