Skip to content

movingpictures83/Variance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Variance

Language: Python

Input: CSV (weights)

Output: TXT (variance in weights across rows)

Tested with: PluMA 1.1, Python 3.6

Dependency: numpy==1.16.0

PluMA plugin to compute variance. The plugin takes as input a CSV file with rows representing samples and columns holding the datasets, with entry (i, j) the value of dataset j in sample i. The plugin computes the variance of each dataset as a textfile with two columns: the name of the dataset and its variance.

About

PluMA plugin to compute variance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages