statsample-glm 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: a514ad693d8ef698d63b3c51c903ead6837bf498
4
- data.tar.gz: 9a06cc01573d053da123a6f91f50dce703141244
3
+ metadata.gz: 4eabf983d9c1dc6131d2addbcd3368f6b7bb270b
4
+ data.tar.gz: f9bdf6d3766d102555e979213f3b8e274af17575
5
5
  SHA512:
6
- metadata.gz: 4330fe635519e054cd8f01e0dddde160cc1f61c21efbc2cedbae8f509c855e4b145982b99b8867fda6d6ecf03f9eea395de062ed0bf675a8309e4c921c26daf8
7
- data.tar.gz: 979f0af03a502f92b1b09d1e4561ff3d8f77e45a832f1756136591db5ac1adcf807cd513a634f838339ff252214dc8356bf3f4a34088cc0c33fdf5dade192c35
6
+ metadata.gz: 2587b52da84d7af7b797c7d12ba2e438e0c5a00eb2fb335585557b63385baab382d9b3e4217b8be6663e9ea0d4e2cc75965581bdc556b4d0918eb92fb55e968f
7
+ data.tar.gz: 56f100586b3f2268a61cd481c57f1fe68d58ce2221a2ed814b12e81d19b739935654b38df7b1e4829821d2c3f16bf2a12684f7b50277ad7814c62b848064cfea
data/README.rdoc CHANGED
@@ -8,12 +8,6 @@ Statsample-GLM is an extension of *Generalized Linear Models* to {Statsample}[ht
8
8
 
9
9
  Requires ruby 1.9.3 or higher.
10
10
 
11
- * {sciruby.com}[http://sciruby.com]
12
- * {Google+}[https://plus.google.com/109304769076178160953/posts]
13
- * {Ankur Goel}[http://ankurgoel.com]
14
- * {Statsample}[https://github.com/SciRuby/statsample]
15
-
16
-
17
11
  == Description
18
12
  Statsample-glm includes the following Generalized Linear Models:
19
13
 
@@ -40,7 +34,7 @@ To use the library
40
34
 
41
35
  require 'statsample-glm'
42
36
 
43
- You can also go through the blog-posts on {my blog}[http://ankurgoel.com] for descriptive explanation and examples.
37
+ You can find an Introduction and tutorial {here}[http://v0dro.github.io/blog/2014/09/21/code-generalized-linear-models-introduction-and-implementation-in-ruby/].
44
38
 
45
39
 
46
40
  == Documentation
@@ -48,22 +42,11 @@ You can also go through the blog-posts on {my blog}[http://ankurgoel.com] for de
48
42
  The API doc is {online}[http://rubygems.org/gems/statsample-glm]. For more code examples see also the spec files in the source tree.
49
43
 
50
44
 
51
- == Contributing
52
-
53
- * Fork the project.
54
- * Create your feature branch
55
- * Add/Modify code.
56
- * Write equivalent documentation and **tests**.
57
- * Run `rspec` to verify that all test case passes.
58
- * Push your branch.
59
- * Pull request. :)
60
-
61
-
62
45
  == Project home page
63
46
 
64
47
  Information on the source tree, documentation, issues and how to contribute, see
65
48
 
66
- http://github.com/ankurgel/statsample-glm
49
+ http://github.com/sciruby/statsample-glm
67
50
 
68
51
  This Biogem is published at http://biogems.info/index.html#statsample-glm
69
52
 
@@ -71,4 +54,4 @@ This Biogem is published at http://biogems.info/index.html#statsample-glm
71
54
 
72
55
  Copyright (c) 2013 Ankur Goel and the Ruby Science Foundation. See LICENSE.txt for further details.
73
56
 
74
- Statsample is (c) 2009-2013 Claudio Bustos and the Ruby Science Foundation.
57
+ Statsample is (c) 2009-2013 Claudio Bustos and the Ruby Science Foundation.
@@ -152,6 +152,3 @@ module Statsample
152
152
  end
153
153
  end
154
154
  end
155
- require 'statsample/mle/normal'
156
- require 'statsample/mle/logit'
157
- require 'statsample/mle/probit'
@@ -1,5 +1,5 @@
1
1
  module Statsample
2
2
  module GLM
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
25
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
26
26
  spec.require_paths = ["lib"]
27
27
 
28
- spec.add_runtime_dependency 'statsample', '~> 1.2'
28
+ spec.add_runtime_dependency 'statsample', '~> 1.4'
29
29
 
30
30
  spec.add_development_dependency 'bundler'
31
31
  spec.add_development_dependency 'rake'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: statsample-glm
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
  - Ankur Goel
@@ -9,90 +9,90 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-10-01 00:00:00.000000000 Z
12
+ date: 2014-12-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: statsample
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ~>
18
+ - - "~>"
19
19
  - !ruby/object:Gem::Version
20
- version: '1.2'
20
+ version: '1.4'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ~>
25
+ - - "~>"
26
26
  - !ruby/object:Gem::Version
27
- version: '1.2'
27
+ version: '1.4'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: bundler
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - '>='
32
+ - - ">="
33
33
  - !ruby/object:Gem::Version
34
34
  version: '0'
35
35
  type: :development
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - '>='
39
+ - - ">="
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: rake
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - '>='
46
+ - - ">="
47
47
  - !ruby/object:Gem::Version
48
48
  version: '0'
49
49
  type: :development
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
- - - '>='
53
+ - - ">="
54
54
  - !ruby/object:Gem::Version
55
55
  version: '0'
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: rspec
58
58
  requirement: !ruby/object:Gem::Requirement
59
59
  requirements:
60
- - - '>='
60
+ - - ">="
61
61
  - !ruby/object:Gem::Version
62
62
  version: '0'
63
63
  type: :development
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - '>='
67
+ - - ">="
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  - !ruby/object:Gem::Dependency
71
71
  name: awesome_print
72
72
  requirement: !ruby/object:Gem::Requirement
73
73
  requirements:
74
- - - '>='
74
+ - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  type: :development
78
78
  prerelease: false
79
79
  version_requirements: !ruby/object:Gem::Requirement
80
80
  requirements:
81
- - - '>='
81
+ - - ">="
82
82
  - !ruby/object:Gem::Version
83
83
  version: '0'
84
84
  - !ruby/object:Gem::Dependency
85
85
  name: rdoc
86
86
  requirement: !ruby/object:Gem::Requirement
87
87
  requirements:
88
- - - ~>
88
+ - - "~>"
89
89
  - !ruby/object:Gem::Version
90
90
  version: '3.12'
91
91
  type: :development
92
92
  prerelease: false
93
93
  version_requirements: !ruby/object:Gem::Requirement
94
94
  requirements:
95
- - - ~>
95
+ - - "~>"
96
96
  - !ruby/object:Gem::Version
97
97
  version: '3.12'
98
98
  description: "Statsample-GLM is an extension to Statsample, an advance statistics
@@ -105,10 +105,10 @@ executables: []
105
105
  extensions: []
106
106
  extra_rdoc_files: []
107
107
  files:
108
- - .document
109
- - .gitignore
110
- - .rspec
111
- - .travis.yml
108
+ - ".document"
109
+ - ".gitignore"
110
+ - ".rspec"
111
+ - ".travis.yml"
112
112
  - Gemfile
113
113
  - LICENSE.txt
114
114
  - README.rdoc
@@ -147,17 +147,17 @@ require_paths:
147
147
  - lib
148
148
  required_ruby_version: !ruby/object:Gem::Requirement
149
149
  requirements:
150
- - - '>='
150
+ - - ">="
151
151
  - !ruby/object:Gem::Version
152
152
  version: '0'
153
153
  required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  requirements:
155
- - - '>='
155
+ - - ">="
156
156
  - !ruby/object:Gem::Version
157
157
  version: '0'
158
158
  requirements: []
159
159
  rubyforge_project:
160
- rubygems_version: 2.2.2
160
+ rubygems_version: 2.4.1
161
161
  signing_key:
162
162
  specification_version: 4
163
163
  summary: Generalized Linear Models for Statsample
@@ -170,3 +170,4 @@ test_files:
170
170
  - spec/poisson_spec.rb
171
171
  - spec/probit_spec.rb
172
172
  - spec/spec_helper.rb
173
+ has_rdoc: