GECS 1 → 2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/GECS.rb +7 -0
- metadata +7 -4
data/lib/GECS.rb
CHANGED
@@ -7,6 +7,13 @@
|
|
7
7
|
# Copyright:: Public domain
|
8
8
|
# License:: Unlicense
|
9
9
|
#
|
10
|
+
# The Gem for Experimental Computer Science (GECS) is for managing the data
|
11
|
+
# resulting from experiments on software and IT systems. It realizes a data
|
12
|
+
# model that disambiguates the vocabulary of experimentation and measurement
|
13
|
+
# for a computer science audience. It also provides convenience functions to
|
14
|
+
# determine confidence intervals, analyze main effects and interactions, and
|
15
|
+
# export data in an R-compatible format for further analysis and visualization.
|
16
|
+
#
|
10
17
|
# This software is experimental. NIST assumes no responsibility whatsoever
|
11
18
|
# for its use by other parties and makes no guarantees, expressed or
|
12
19
|
# implied, about its quality, reliability, or any other characteristic.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: GECS
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '
|
4
|
+
version: '2'
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -43,9 +43,12 @@ dependencies:
|
|
43
43
|
- - ! '>='
|
44
44
|
- !ruby/object:Gem::Version
|
45
45
|
version: '0.54'
|
46
|
-
description:
|
47
|
-
|
48
|
-
|
46
|
+
description: The Gem for Experimental Computer Science (GECS) is for managing the
|
47
|
+
data resulting from experiments on software and IT systems. It realizes a data
|
48
|
+
model that disambiguates the vocabulary of experimentation and measurement for a
|
49
|
+
computer science audience. It also provides convenience functions to determine
|
50
|
+
confidence intervals, analyze main effects and interactions, and export data in
|
51
|
+
an R-compatible format for further analysis and visualization.
|
49
52
|
email: dflater@nist.gov
|
50
53
|
executables: []
|
51
54
|
extensions: []
|