silicium 0.0.20 → 0.0.21
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.
- checksums.yaml +4 -4
- data/.codeclimate.yml +3 -3
- data/.gitignore +13 -13
- data/.rakeTasks +8 -0
- data/.travis.yml +28 -25
- data/CODE_OF_CONDUCT.md +74 -74
- data/Gemfile +8 -8
- data/LICENSE.txt +21 -21
- data/Makefile +269 -269
- data/README.md +588 -46
- data/Rakefile +16 -16
- data/bin/console +14 -14
- data/bin/setup +8 -8
- data/docs/Object.html +117 -117
- data/docs/README_md.html +142 -142
- data/docs/Silicium/Combinatorics.html +270 -270
- data/docs/Silicium/Dice/Polyhedron.html +315 -315
- data/docs/Silicium/Dice/PolyhedronSet.html +321 -321
- data/docs/Silicium/Dice.html +99 -99
- data/docs/Silicium/Error.html +106 -106
- data/docs/Silicium/Geometry/Line2dCanon.html +243 -243
- data/docs/Silicium/Geometry/VariablesOrderException.html +106 -106
- data/docs/Silicium/Geometry.html +940 -940
- data/docs/Silicium/GraphVisualizer.html +226 -0
- data/docs/Silicium/Graphs/GraphError.html +106 -106
- data/docs/Silicium/Graphs/OrientedGraph.html +901 -775
- data/docs/Silicium/Graphs/UnorientedGraph.html +237 -284
- data/docs/Silicium/Graphs.html +374 -164
- data/docs/Silicium/IntegralDoesntExistError.html +106 -106
- data/docs/Silicium/NumericalIntegration.html +521 -521
- data/docs/Silicium/Optimization.html +629 -639
- data/docs/Silicium/Plotter/Image.html +297 -297
- data/docs/Silicium/Plotter.html +186 -186
- data/docs/Silicium.html +101 -101
- data/docs/created.rid +9 -9
- data/docs/css/fonts.css +167 -167
- data/docs/css/rdoc.css +619 -619
- data/docs/index.html +134 -132
- data/docs/js/darkfish.js +84 -84
- data/docs/js/navigation.js +105 -105
- data/docs/js/search.js +110 -110
- data/docs/js/search_index.js +1 -1
- data/docs/js/search_index.js.gz +0 -0
- data/docs/js/searcher.js +229 -229
- data/docs/table_of_contents.html +697 -608
- data/lib/algebra.rb +452 -0
- data/lib/algebra_diff.rb +258 -0
- data/lib/geometry/figure.rb +62 -0
- data/lib/geometry.rb +290 -236
- data/lib/geometry3d.rb +270 -0
- data/lib/graph/dfs.rb +42 -0
- data/lib/graph/kruskal.rb +36 -0
- data/lib/graph/scc.rb +97 -0
- data/lib/graph.rb +350 -164
- data/lib/graph_visualizer.rb +287 -0
- data/lib/ml_algorithms.rb +181 -0
- data/lib/numerical_integration.rb +184 -147
- data/lib/optimization.rb +209 -144
- data/lib/plotter.rb +256 -96
- data/lib/polynomial_division.rb +132 -0
- data/lib/polynomial_interpolation.rb +94 -0
- data/lib/regression.rb +120 -0
- data/lib/silicium/adding.rb +37 -0
- data/lib/silicium/conversions.rb +23 -0
- data/lib/silicium/multi.rb +82 -0
- data/lib/silicium/sparse.rb +76 -0
- data/lib/silicium/sugar.rb +37 -0
- data/lib/silicium/trans.rb +26 -0
- data/lib/silicium/version.rb +3 -3
- data/lib/silicium.rb +5 -5
- data/lib/theory_of_probability.rb +240 -226
- data/lib/topological_sort.rb +50 -0
- data/oriented_graph.png +0 -0
- data/plot.png +0 -0
- data/silicium.gemspec +38 -39
- metadata +38 -16
@@ -1,321 +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">'tmp/percentage.png'</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">'red @ 1.0'</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'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">></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
|
-
|
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">'tmp/percentage.png'</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">'red @ 1.0'</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'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">></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
|
+
|