normal_distribution 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/normal_distribution/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c39b9084ca8f50ff432a0adb5b80104b9cc163a1
|
4
|
+
data.tar.gz: 632ad1a554d9d79839c38518b670446ed31ad654
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41135056180e292a81e2f2fc0393560905f3e74b8773c054fc301bab0a42a18275593f00e9aba74a918596005d8e13b4a80c73e84dd818c853247075017b6e4b
|
7
|
+
data.tar.gz: b4f9495995cf3636bcffe3803cce38307efd951329c288ab83de7166874158af8b3de184abdc92f2319df9cd1639ac92f802e36b025e14a73597547494b00f6f
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: normal_distribution
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dominik Čermák
|
@@ -80,7 +80,9 @@ dependencies:
|
|
80
80
|
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
|
-
description:
|
83
|
+
description: Normal distribution model allows to create normal distribution from given
|
84
|
+
data.Initial reason to build this was to use it in anomaly detection in discrete
|
85
|
+
numerical data.
|
84
86
|
email:
|
85
87
|
- domcermak64@gmail.com
|
86
88
|
executables: []
|
@@ -96,7 +98,7 @@ files:
|
|
96
98
|
- lib/normal_distribution.rb
|
97
99
|
- lib/normal_distribution/model.rb
|
98
100
|
- lib/normal_distribution/version.rb
|
99
|
-
homepage:
|
101
|
+
homepage: https://github.com/domcermak/normal_distribution
|
100
102
|
licenses:
|
101
103
|
- MIT
|
102
104
|
metadata: {}
|