silicium 0.0.15 → 0.0.20

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/.codeclimate.yml +4 -0
  3. data/.gitignore +3 -1
  4. data/.travis.yml +12 -1
  5. data/Gemfile +4 -0
  6. data/Makefile +269 -0
  7. data/README.md +2 -0
  8. data/Rakefile +7 -0
  9. data/docs/Object.html +117 -0
  10. data/docs/README_md.html +142 -0
  11. data/docs/Silicium.html +101 -0
  12. data/docs/Silicium/Combinatorics.html +270 -0
  13. data/docs/Silicium/Dice.html +99 -0
  14. data/docs/Silicium/Dice/Polyhedron.html +315 -0
  15. data/docs/Silicium/Dice/PolyhedronSet.html +321 -0
  16. data/docs/Silicium/Error.html +106 -0
  17. data/docs/Silicium/Geometry.html +940 -0
  18. data/docs/Silicium/Geometry/Line2dCanon.html +243 -0
  19. data/docs/Silicium/Geometry/VariablesOrderException.html +106 -0
  20. data/docs/Silicium/Graphs.html +164 -0
  21. data/docs/Silicium/Graphs/GraphError.html +106 -0
  22. data/docs/Silicium/Graphs/OrientedGraph.html +775 -0
  23. data/docs/Silicium/Graphs/UnorientedGraph.html +284 -0
  24. data/docs/Silicium/IntegralDoesntExistError.html +106 -0
  25. data/docs/Silicium/NumericalIntegration.html +521 -0
  26. data/docs/Silicium/Optimization.html +639 -0
  27. data/docs/Silicium/Plotter.html +186 -0
  28. data/docs/Silicium/Plotter/Image.html +297 -0
  29. data/docs/created.rid +9 -0
  30. data/docs/css/fonts.css +167 -0
  31. data/docs/css/rdoc.css +619 -0
  32. data/docs/fonts/Lato-Light.ttf +0 -0
  33. data/docs/fonts/Lato-LightItalic.ttf +0 -0
  34. data/docs/fonts/Lato-Regular.ttf +0 -0
  35. data/docs/fonts/Lato-RegularItalic.ttf +0 -0
  36. data/docs/fonts/SourceCodePro-Bold.ttf +0 -0
  37. data/docs/fonts/SourceCodePro-Regular.ttf +0 -0
  38. data/docs/images/add.png +0 -0
  39. data/docs/images/arrow_up.png +0 -0
  40. data/docs/images/brick.png +0 -0
  41. data/docs/images/brick_link.png +0 -0
  42. data/docs/images/bug.png +0 -0
  43. data/docs/images/bullet_black.png +0 -0
  44. data/docs/images/bullet_toggle_minus.png +0 -0
  45. data/docs/images/bullet_toggle_plus.png +0 -0
  46. data/docs/images/date.png +0 -0
  47. data/docs/images/delete.png +0 -0
  48. data/docs/images/find.png +0 -0
  49. data/docs/images/loadingAnimation.gif +0 -0
  50. data/docs/images/macFFBgHack.png +0 -0
  51. data/docs/images/package.png +0 -0
  52. data/docs/images/page_green.png +0 -0
  53. data/docs/images/page_white_text.png +0 -0
  54. data/docs/images/page_white_width.png +0 -0
  55. data/docs/images/plugin.png +0 -0
  56. data/docs/images/ruby.png +0 -0
  57. data/docs/images/tag_blue.png +0 -0
  58. data/docs/images/tag_green.png +0 -0
  59. data/docs/images/transparent.png +0 -0
  60. data/docs/images/wrench.png +0 -0
  61. data/docs/images/wrench_orange.png +0 -0
  62. data/docs/images/zoom.png +0 -0
  63. data/docs/index.html +132 -0
  64. data/docs/js/darkfish.js +84 -0
  65. data/docs/js/navigation.js +105 -0
  66. data/docs/js/navigation.js.gz +0 -0
  67. data/docs/js/search.js +110 -0
  68. data/docs/js/search_index.js +1 -0
  69. data/docs/js/search_index.js.gz +0 -0
  70. data/docs/js/searcher.js +229 -0
  71. data/docs/js/searcher.js.gz +0 -0
  72. data/docs/table_of_contents.html +608 -0
  73. data/lib/geometry.rb +236 -0
  74. data/lib/graph.rb +164 -0
  75. data/lib/numerical_integration.rb +147 -0
  76. data/lib/optimization.rb +144 -0
  77. data/lib/plotter.rb +96 -0
  78. data/lib/silicium.rb +0 -1
  79. data/lib/silicium/version.rb +1 -1
  80. data/lib/theory_of_probability.rb +227 -0
  81. data/silicium.gemspec +4 -2
  82. metadata +90 -3
@@ -0,0 +1,99 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>module Silicium::Dice - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "../";
11
+ var index_rel_prefix = "../";
12
+ </script>
13
+
14
+ <script src="../js/navigation.js" defer></script>
15
+ <script src="../js/search.js" defer></script>
16
+ <script src="../js/search_index.js" defer></script>
17
+ <script src="../js/searcher.js" defer></script>
18
+ <script src="../js/darkfish.js" defer></script>
19
+
20
+ <link href="../css/fonts.css" rel="stylesheet">
21
+ <link href="../css/rdoc.css" rel="stylesheet">
22
+
23
+
24
+
25
+
26
+ <body id="top" role="document" class="module">
27
+ <nav role="navigation">
28
+ <div id="project-navigation">
29
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
30
+ <h2>
31
+ <a href="../index.html" rel="home">Home</a>
32
+ </h2>
33
+
34
+ <div id="table-of-contents-navigation">
35
+ <a href="../table_of_contents.html#pages">Pages</a>
36
+ <a href="../table_of_contents.html#classes">Classes</a>
37
+ <a href="../table_of_contents.html#methods">Methods</a>
38
+ </div>
39
+ </div>
40
+
41
+ <div id="search-section" role="search" class="project-section initially-hidden">
42
+ <form action="#" method="get" accept-charset="utf-8">
43
+ <div id="search-field-wrapper">
44
+ <input id="search-field" role="combobox" aria-label="Search"
45
+ aria-autocomplete="list" aria-controls="search-results"
46
+ type="text" name="search" placeholder="Search" spellcheck="false"
47
+ title="Type to search, Up and Down to navigate, Enter to load">
48
+ </div>
49
+
50
+ <ul id="search-results" aria-label="Search Results"
51
+ aria-busy="false" aria-expanded="false"
52
+ aria-atomic="false" class="initially-hidden"></ul>
53
+ </form>
54
+ </div>
55
+
56
+ </div>
57
+
58
+
59
+
60
+ <div id="class-metadata">
61
+
62
+
63
+
64
+
65
+
66
+ </div>
67
+ </nav>
68
+
69
+ <main role="main" aria-labelledby="module-Silicium::Dice">
70
+ <h1 id="module-Silicium::Dice" class="module">
71
+ module Silicium::Dice
72
+ </h1>
73
+
74
+ <section class="description">
75
+
76
+ </section>
77
+
78
+
79
+ <section id="5Buntitled-5D" class="documentation-section">
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+ </section>
90
+
91
+ </main>
92
+
93
+
94
+ <footer id="validator-badges" role="contentinfo">
95
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
96
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.0.
97
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
98
+ </footer>
99
+
@@ -0,0 +1,315 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>class Silicium::Dice::Polyhedron - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "../../";
11
+ var index_rel_prefix = "../../";
12
+ </script>
13
+
14
+ <script src="../../js/navigation.js" defer></script>
15
+ <script src="../../js/search.js" defer></script>
16
+ <script src="../../js/search_index.js" defer></script>
17
+ <script src="../../js/searcher.js" defer></script>
18
+ <script src="../../js/darkfish.js" defer></script>
19
+
20
+ <link href="../../css/fonts.css" rel="stylesheet">
21
+ <link href="../../css/rdoc.css" rel="stylesheet">
22
+
23
+
24
+
25
+
26
+ <body id="top" role="document" class="class">
27
+ <nav role="navigation">
28
+ <div id="project-navigation">
29
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
30
+ <h2>
31
+ <a href="../../index.html" rel="home">Home</a>
32
+ </h2>
33
+
34
+ <div id="table-of-contents-navigation">
35
+ <a href="../../table_of_contents.html#pages">Pages</a>
36
+ <a href="../../table_of_contents.html#classes">Classes</a>
37
+ <a href="../../table_of_contents.html#methods">Methods</a>
38
+ </div>
39
+ </div>
40
+
41
+ <div id="search-section" role="search" class="project-section initially-hidden">
42
+ <form action="#" method="get" accept-charset="utf-8">
43
+ <div id="search-field-wrapper">
44
+ <input id="search-field" role="combobox" aria-label="Search"
45
+ aria-autocomplete="list" aria-controls="search-results"
46
+ type="text" name="search" placeholder="Search" spellcheck="false"
47
+ title="Type to search, Up and Down to navigate, Enter to load">
48
+ </div>
49
+
50
+ <ul id="search-results" aria-label="Search Results"
51
+ aria-busy="false" aria-expanded="false"
52
+ aria-atomic="false" class="initially-hidden"></ul>
53
+ </form>
54
+ </div>
55
+
56
+ </div>
57
+
58
+
59
+
60
+ <div id="class-metadata">
61
+
62
+ <div id="parent-class-section" class="nav-section">
63
+ <h3>Parent</h3>
64
+
65
+
66
+ <p class="link"><a href="../../Object.html">Object</a>
67
+
68
+ </div>
69
+
70
+
71
+
72
+ <!-- Method Quickref -->
73
+ <div id="method-list-section" class="nav-section">
74
+ <h3>Methods</h3>
75
+
76
+ <ul class="link-list" role="directory">
77
+
78
+ <li ><a href="#method-c-new">::new</a>
79
+
80
+ <li ><a href="#method-i-csides">#csides</a>
81
+
82
+ <li ><a href="#method-i-sides">#sides</a>
83
+
84
+ <li ><a href="#method-i-throw">#throw</a>
85
+
86
+ <li ><a href="#method-i-to_s">#to_s</a>
87
+
88
+ </ul>
89
+ </div>
90
+
91
+ </div>
92
+ </nav>
93
+
94
+ <main role="main" aria-labelledby="class-Silicium::Dice::Polyhedron">
95
+ <h1 id="class-Silicium::Dice::Polyhedron" class="class">
96
+ class Silicium::Dice::Polyhedron
97
+ </h1>
98
+
99
+ <section class="description">
100
+
101
+ <p>Class represents a polyhedron csides - number or sides sides - array of sides(unusual for custom polyhedrons)</p>
102
+
103
+ </section>
104
+
105
+
106
+ <section id="5Buntitled-5D" class="documentation-section">
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+ <section id="public-class-5Buntitled-5D-method-details" class="method-section">
117
+ <header>
118
+ <h3>Public Class Methods</h3>
119
+ </header>
120
+
121
+
122
+ <div id="method-c-new" class="method-detail ">
123
+
124
+ <div class="method-heading">
125
+ <span class="method-name">new</span><span
126
+ class="method-args">(sides)</span>
127
+
128
+ <span class="method-click-advice">click to toggle source</span>
129
+
130
+ </div>
131
+
132
+
133
+ <div class="method-description">
134
+
135
+ <p>initializing polyhedron&#39;s variables there are two ways how to create it 1: by number (6) - creates polyhedron with 6 sides [1,2,3,4,5,6] 2: by array ([1,3,5]) - creates polyhedron with 3 sides [1,3,5]</p>
136
+
137
+
138
+
139
+
140
+ <div class="method-source-code" id="new-source">
141
+ <pre><span class="ruby-comment"># File lib/theory_of_probability.rb, line 94</span>
142
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(<span class="ruby-identifier">sides</span>)
143
+ <span class="ruby-ivar">@csides</span> = <span class="ruby-value">1</span>
144
+ <span class="ruby-ivar">@sides</span> = [<span class="ruby-value">1</span>]
145
+ <span class="ruby-keyword">if</span> <span class="ruby-identifier">sides</span>.<span class="ruby-identifier">class</span> <span class="ruby-operator">==</span> <span class="ruby-constant">Integer</span> <span class="ruby-keyword">and</span> <span class="ruby-identifier">sides</span> <span class="ruby-operator">&gt;</span> <span class="ruby-value">1</span>
146
+ <span class="ruby-ivar">@csides</span> = <span class="ruby-identifier">sides</span>
147
+ (<span class="ruby-value">2</span><span class="ruby-operator">..</span><span class="ruby-identifier">sides</span>).<span class="ruby-identifier">each</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">i</span><span class="ruby-operator">|</span> <span class="ruby-ivar">@sides</span> <span class="ruby-operator">&lt;&lt;</span> <span class="ruby-identifier">i</span>}
148
+ <span class="ruby-keyword">elsif</span> <span class="ruby-identifier">sides</span>.<span class="ruby-identifier">class</span> <span class="ruby-operator">==</span> <span class="ruby-constant">Array</span> <span class="ruby-keyword">and</span> <span class="ruby-identifier">sides</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">&gt;</span> <span class="ruby-value">0</span>
149
+ <span class="ruby-ivar">@csides</span> = <span class="ruby-identifier">sides</span>.<span class="ruby-identifier">size</span>
150
+ <span class="ruby-ivar">@sides</span> = <span class="ruby-identifier">sides</span>.<span class="ruby-identifier">sort</span>
151
+ <span class="ruby-keyword">end</span>
152
+ <span class="ruby-keyword">end</span></pre>
153
+ </div>
154
+
155
+ </div>
156
+
157
+
158
+
159
+
160
+ </div>
161
+
162
+
163
+ </section>
164
+
165
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
166
+ <header>
167
+ <h3>Public Instance Methods</h3>
168
+ </header>
169
+
170
+
171
+ <div id="method-i-csides" class="method-detail ">
172
+
173
+ <div class="method-heading">
174
+ <span class="method-name">csides</span><span
175
+ class="method-args">()</span>
176
+
177
+ <span class="method-click-advice">click to toggle source</span>
178
+
179
+ </div>
180
+
181
+
182
+ <div class="method-description">
183
+
184
+
185
+
186
+
187
+
188
+
189
+ <div class="method-source-code" id="csides-source">
190
+ <pre><span class="ruby-comment"># File lib/theory_of_probability.rb, line 77</span>
191
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">csides</span>
192
+ <span class="ruby-ivar">@csides</span>
193
+ <span class="ruby-keyword">end</span></pre>
194
+ </div>
195
+
196
+ </div>
197
+
198
+
199
+
200
+
201
+ </div>
202
+
203
+
204
+ <div id="method-i-sides" class="method-detail ">
205
+
206
+ <div class="method-heading">
207
+ <span class="method-name">sides</span><span
208
+ class="method-args">()</span>
209
+
210
+ <span class="method-click-advice">click to toggle source</span>
211
+
212
+ </div>
213
+
214
+
215
+ <div class="method-description">
216
+
217
+
218
+
219
+
220
+
221
+
222
+ <div class="method-source-code" id="sides-source">
223
+ <pre><span class="ruby-comment"># File lib/theory_of_probability.rb, line 81</span>
224
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">sides</span>
225
+ <span class="ruby-ivar">@sides</span>
226
+ <span class="ruby-keyword">end</span></pre>
227
+ </div>
228
+
229
+ </div>
230
+
231
+
232
+
233
+
234
+ </div>
235
+
236
+
237
+ <div id="method-i-throw" class="method-detail ">
238
+
239
+ <div class="method-heading">
240
+ <span class="method-name">throw</span><span
241
+ class="method-args">()</span>
242
+
243
+ <span class="method-click-advice">click to toggle source</span>
244
+
245
+ </div>
246
+
247
+
248
+ <div class="method-description">
249
+
250
+ <p>ability to throw a polyhedron</p>
251
+
252
+
253
+
254
+
255
+ <div class="method-source-code" id="throw-source">
256
+ <pre><span class="ruby-comment"># File lib/theory_of_probability.rb, line 108</span>
257
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">throw</span>
258
+ <span class="ruby-ivar">@sides</span>[<span class="ruby-identifier">rand</span>(<span class="ruby-value">0</span><span class="ruby-operator">..</span><span class="ruby-ivar">@csides</span><span class="ruby-value">-1</span>)]
259
+ <span class="ruby-keyword">end</span></pre>
260
+ </div>
261
+
262
+ </div>
263
+
264
+
265
+
266
+
267
+ </div>
268
+
269
+
270
+ <div id="method-i-to_s" class="method-detail ">
271
+
272
+ <div class="method-heading">
273
+ <span class="method-name">to_s</span><span
274
+ class="method-args">()</span>
275
+
276
+ <span class="method-click-advice">click to toggle source</span>
277
+
278
+ </div>
279
+
280
+
281
+ <div class="method-description">
282
+
283
+
284
+
285
+
286
+
287
+
288
+ <div class="method-source-code" id="to_s-source">
289
+ <pre><span class="ruby-comment"># File lib/theory_of_probability.rb, line 85</span>
290
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">to_s</span>
291
+ <span class="ruby-identifier">sides</span>
292
+ <span class="ruby-keyword">end</span></pre>
293
+ </div>
294
+
295
+ </div>
296
+
297
+
298
+
299
+
300
+ </div>
301
+
302
+
303
+ </section>
304
+
305
+ </section>
306
+
307
+ </main>
308
+
309
+
310
+ <footer id="validator-badges" role="contentinfo">
311
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
312
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.0.
313
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
314
+ </footer>
315
+
@@ -0,0 +1,321 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>class Silicium::Dice::PolyhedronSet - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "../../";
11
+ var index_rel_prefix = "../../";
12
+ </script>
13
+
14
+ <script src="../../js/navigation.js" defer></script>
15
+ <script src="../../js/search.js" defer></script>
16
+ <script src="../../js/search_index.js" defer></script>
17
+ <script src="../../js/searcher.js" defer></script>
18
+ <script src="../../js/darkfish.js" defer></script>
19
+
20
+ <link href="../../css/fonts.css" rel="stylesheet">
21
+ <link href="../../css/rdoc.css" rel="stylesheet">
22
+
23
+
24
+
25
+
26
+ <body id="top" role="document" class="class">
27
+ <nav role="navigation">
28
+ <div id="project-navigation">
29
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
30
+ <h2>
31
+ <a href="../../index.html" rel="home">Home</a>
32
+ </h2>
33
+
34
+ <div id="table-of-contents-navigation">
35
+ <a href="../../table_of_contents.html#pages">Pages</a>
36
+ <a href="../../table_of_contents.html#classes">Classes</a>
37
+ <a href="../../table_of_contents.html#methods">Methods</a>
38
+ </div>
39
+ </div>
40
+
41
+ <div id="search-section" role="search" class="project-section initially-hidden">
42
+ <form action="#" method="get" accept-charset="utf-8">
43
+ <div id="search-field-wrapper">
44
+ <input id="search-field" role="combobox" aria-label="Search"
45
+ aria-autocomplete="list" aria-controls="search-results"
46
+ type="text" name="search" placeholder="Search" spellcheck="false"
47
+ title="Type to search, Up and Down to navigate, Enter to load">
48
+ </div>
49
+
50
+ <ul id="search-results" aria-label="Search Results"
51
+ aria-busy="false" aria-expanded="false"
52
+ aria-atomic="false" class="initially-hidden"></ul>
53
+ </form>
54
+ </div>
55
+
56
+ </div>
57
+
58
+
59
+
60
+ <div id="class-metadata">
61
+
62
+ <div id="parent-class-section" class="nav-section">
63
+ <h3>Parent</h3>
64
+
65
+
66
+ <p class="link"><a href="../../Object.html">Object</a>
67
+
68
+ </div>
69
+
70
+
71
+
72
+ <!-- Method Quickref -->
73
+ <div id="method-list-section" class="nav-section">
74
+ <h3>Methods</h3>
75
+
76
+ <ul class="link-list" role="directory">
77
+
78
+ <li ><a href="#method-c-new">::new</a>
79
+
80
+ <li ><a href="#method-i-make_graph_by_plotter">#make_graph_by_plotter</a>
81
+
82
+ <li ><a href="#method-i-percentage">#percentage</a>
83
+
84
+ <li ><a href="#method-i-throw">#throw</a>
85
+
86
+ <li ><a href="#method-i-to_s">#to_s</a>
87
+
88
+ </ul>
89
+ </div>
90
+
91
+ </div>
92
+ </nav>
93
+
94
+ <main role="main" aria-labelledby="class-Silicium::Dice::PolyhedronSet">
95
+ <h1 id="class-Silicium::Dice::PolyhedronSet" class="class">
96
+ class Silicium::Dice::PolyhedronSet
97
+ </h1>
98
+
99
+ <section class="description">
100
+
101
+ <p>Class represents a PolyhedronsSet percentage - hash with chances of getting definite score</p>
102
+
103
+ </section>
104
+
105
+
106
+ <section id="5Buntitled-5D" class="documentation-section">
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+ <section id="public-class-5Buntitled-5D-method-details" class="method-section">
117
+ <header>
118
+ <h3>Public Class Methods</h3>
119
+ </header>
120
+
121
+
122
+ <div id="method-c-new" class="method-detail ">
123
+
124
+ <div class="method-heading">
125
+ <span class="method-name">new</span><span
126
+ class="method-args">(arr)</span>
127
+
128
+ <span class="method-click-advice">click to toggle source</span>
129
+
130
+ </div>
131
+
132
+
133
+ <div class="method-description">
134
+
135
+
136
+
137
+
138
+
139
+
140
+ <div class="method-source-code" id="new-source">
141
+ <pre><span class="ruby-comment"># File lib/theory_of_probability.rb, line 118</span>
142
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(<span class="ruby-identifier">arr</span>)
143
+ <span class="ruby-ivar">@pons</span> = <span class="ruby-identifier">parse_pons</span>(<span class="ruby-identifier">arr</span>).<span class="ruby-identifier">sort_by</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">item</span><span class="ruby-operator">|</span> <span class="ruby-operator">-</span><span class="ruby-identifier">item</span>.<span class="ruby-identifier">csides</span>}
144
+ <span class="ruby-ivar">@percentage</span> = <span class="ruby-identifier">count_chance_sum</span>
145
+ <span class="ruby-keyword">end</span></pre>
146
+ </div>
147
+
148
+ </div>
149
+
150
+
151
+
152
+
153
+ </div>
154
+
155
+
156
+ </section>
157
+
158
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
159
+ <header>
160
+ <h3>Public Instance Methods</h3>
161
+ </header>
162
+
163
+
164
+ <div id="method-i-make_graph_by_plotter" class="method-detail ">
165
+
166
+ <div class="method-heading">
167
+ <span class="method-name">make_graph_by_plotter</span><span
168
+ class="method-args">(x = percentage.size * 10, y = percentage.size * 10)</span>
169
+
170
+ <span class="method-click-advice">click to toggle source</span>
171
+
172
+ </div>
173
+
174
+
175
+ <div class="method-description">
176
+
177
+ <p>creating a graph representing chances of getting points</p>
178
+
179
+
180
+
181
+
182
+ <div class="method-source-code" id="make_graph_by_plotter-source">
183
+ <pre><span class="ruby-comment"># File lib/theory_of_probability.rb, line 150</span>
184
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">make_graph_by_plotter</span>(<span class="ruby-identifier">x</span> = <span class="ruby-identifier">percentage</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">*</span> <span class="ruby-value">10</span>, <span class="ruby-identifier">y</span> = <span class="ruby-identifier">percentage</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">*</span> <span class="ruby-value">10</span>)
185
+ <span class="ruby-identifier">filename</span> = <span class="ruby-string">&#39;tmp/percentage.png&#39;</span>
186
+ <span class="ruby-constant">File</span>.<span class="ruby-identifier">delete</span>(<span class="ruby-identifier">filename</span>) <span class="ruby-keyword">if</span> <span class="ruby-constant">File</span>.<span class="ruby-identifier">exist?</span>(<span class="ruby-identifier">filename</span>)
187
+ <span class="ruby-identifier">plotter</span> = <span class="ruby-constant">Image</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">x</span>, <span class="ruby-identifier">y</span>)
188
+ <span class="ruby-identifier">plotter</span>.<span class="ruby-identifier">bar_chart</span>(<span class="ruby-identifier">percentage</span>, <span class="ruby-value">1</span>, <span class="ruby-identifier">color</span>(<span class="ruby-string">&#39;red @ 1.0&#39;</span>))
189
+ <span class="ruby-identifier">plotter</span>.<span class="ruby-identifier">export</span>(<span class="ruby-identifier">filename</span>)
190
+ <span class="ruby-keyword">end</span></pre>
191
+ </div>
192
+
193
+ </div>
194
+
195
+
196
+
197
+
198
+ </div>
199
+
200
+
201
+ <div id="method-i-percentage" class="method-detail ">
202
+
203
+ <div class="method-heading">
204
+ <span class="method-name">percentage</span><span
205
+ class="method-args">()</span>
206
+
207
+ <span class="method-click-advice">click to toggle source</span>
208
+
209
+ </div>
210
+
211
+
212
+ <div class="method-description">
213
+
214
+
215
+
216
+
217
+
218
+
219
+ <div class="method-source-code" id="percentage-source">
220
+ <pre><span class="ruby-comment"># File lib/theory_of_probability.rb, line 123</span>
221
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">percentage</span>
222
+ <span class="ruby-ivar">@percentage</span>
223
+ <span class="ruby-keyword">end</span></pre>
224
+ </div>
225
+
226
+ </div>
227
+
228
+
229
+
230
+
231
+ </div>
232
+
233
+
234
+ <div id="method-i-throw" class="method-detail ">
235
+
236
+ <div class="method-heading">
237
+ <span class="method-name">throw</span><span
238
+ class="method-args">()</span>
239
+
240
+ <span class="method-click-advice">click to toggle source</span>
241
+
242
+ </div>
243
+
244
+
245
+ <div class="method-description">
246
+
247
+ <p>ability to throw a polyhedron&#39;s set using hash of chances</p>
248
+
249
+
250
+
251
+
252
+ <div class="method-source-code" id="throw-source">
253
+ <pre><span class="ruby-comment"># File lib/theory_of_probability.rb, line 136</span>
254
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">throw</span>
255
+ <span class="ruby-identifier">sum</span> = <span class="ruby-value">0</span>
256
+ <span class="ruby-identifier">r</span> = <span class="ruby-identifier">rand</span>
257
+ <span class="ruby-ivar">@percentage</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">item</span><span class="ruby-operator">|</span>
258
+ <span class="ruby-identifier">sum</span> <span class="ruby-operator">+=</span> <span class="ruby-identifier">item</span>[<span class="ruby-value">1</span>]
259
+ <span class="ruby-keyword">if</span> <span class="ruby-identifier">sum</span> <span class="ruby-operator">&gt;</span> <span class="ruby-identifier">r</span>
260
+ <span class="ruby-identifier">item</span>[<span class="ruby-value">0</span>]
261
+ <span class="ruby-keyword">break</span>
262
+ <span class="ruby-keyword">end</span>
263
+ <span class="ruby-keyword">end</span>
264
+ <span class="ruby-keyword">end</span></pre>
265
+ </div>
266
+
267
+ </div>
268
+
269
+
270
+
271
+
272
+ </div>
273
+
274
+
275
+ <div id="method-i-to_s" class="method-detail ">
276
+
277
+ <div class="method-heading">
278
+ <span class="method-name">to_s</span><span
279
+ class="method-args">()</span>
280
+
281
+ <span class="method-click-advice">click to toggle source</span>
282
+
283
+ </div>
284
+
285
+
286
+ <div class="method-description">
287
+
288
+ <p>returns array of polyhedrons</p>
289
+
290
+
291
+
292
+
293
+ <div class="method-source-code" id="to_s-source">
294
+ <pre><span class="ruby-comment"># File lib/theory_of_probability.rb, line 129</span>
295
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">to_s</span>
296
+ <span class="ruby-identifier">res</span> = <span class="ruby-ivar">@pons</span>.<span class="ruby-identifier">map</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">item</span><span class="ruby-operator">|</span> <span class="ruby-identifier">item</span>.<span class="ruby-identifier">to_s</span>}
297
+ <span class="ruby-identifier">res</span>
298
+ <span class="ruby-keyword">end</span></pre>
299
+ </div>
300
+
301
+ </div>
302
+
303
+
304
+
305
+
306
+ </div>
307
+
308
+
309
+ </section>
310
+
311
+ </section>
312
+
313
+ </main>
314
+
315
+
316
+ <footer id="validator-badges" role="contentinfo">
317
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
318
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.2.0.
319
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
320
+ </footer>
321
+