Skip to content

jamesredwards/rs_vector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rs_vector

Dynamic array of doubles (vector) with running statistics (rs) using Welford's and John D. Cook's methods.

Whilst this may have been done a million times before, I thought this was a good practice problem to brush up on my C programming.

About

Dynamic array of doubles (vector) with running statistics (rs) using Welford's and John D. Cook's methods

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors