Skip to content

tamu-stat689-statcomputing-fall2019/vectorization-examples-for-lecture-3-guanxunli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VectorizationExamples

Example 1: Square the elements of a vector

In this example, we will compare vectorized vs unvectorized code for squaring the elements of the vector. We will also see the performance of apply family of functions.

Example 2: Classification in discriminant analysis

In this example, we will consider the classification rule in classical discriminant analysis, and see whether the rule can be vectorized for faster performance.

About

vectorization-examples-for-lecture-3-guanxunli created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages