Quantcast
Channel: MoneyScience: MoneyScience's news channel - Blog > Three-Toed Sloth
Viewing all articles
Browse latest Browse all 67

More Data Structures (Introduction to Statistical Computing)

$
0
0

Lecture 2: Matrices as a special type of array; functions for matrix arithmetic and algebra: multiplication, transpose, determinant, inversion, solving linear systems. Using names to make calculations clearer and safer: resource-allocation mini-example. Lists for combining multiple types of values; access sub-lists, individual elements; ways of adding and removing parts of lists. Lists as key-value pairs. Data frames: the data structure for classic tabular data, one column per variable, one row per unit; data frames as hybrids of matrices and lists. Structures of structures: using lists recursively to creating complicated objects; example with eigen.

Introduction to Statistical Computing


Viewing all articles
Browse latest Browse all 67

Trending Articles