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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 662e907768609223b84adda82f20f9dbba538b2b
4
- data.tar.gz: d8b1598c480018ae67999e987be9d18d65340e00
3
+ metadata.gz: c39b9084ca8f50ff432a0adb5b80104b9cc163a1
4
+ data.tar.gz: 632ad1a554d9d79839c38518b670446ed31ad654
5
5
  SHA512:
6
- metadata.gz: c99cc756d443cc770d661f9c841be2c33c5526625ac53c26c959bcb725b6908ddfc8ef522221810db9dda39641cf4653ff49ce9de0c9d59e0e66e2468de6b6d6
7
- data.tar.gz: 258308f35c9436adda2e0023c2f0dcb540014b2e0ffd4f482e8f4e12adfc5a5855f9bb0b3d6216865757bcea36c060435593fa6b068ef44323a5f780fd63ffb9
6
+ metadata.gz: 41135056180e292a81e2f2fc0393560905f3e74b8773c054fc301bab0a42a18275593f00e9aba74a918596005d8e13b4a80c73e84dd818c853247075017b6e4b
7
+ data.tar.gz: b4f9495995cf3636bcffe3803cce38307efd951329c288ab83de7166874158af8b3de184abdc92f2319df9cd1639ac92f802e36b025e14a73597547494b00f6f
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NormalDistribution
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
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.0
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: {}