doc/Helpers.html in bigbench-0.0.3 vs doc/Helpers.html in bigbench-0.0.4
- old
+ new
@@ -56,21 +56,33 @@
<div id="class-metadata">
+ <!-- Method Quickref -->
+<nav id="method-list-section" class="section">
+ <h3 class="section-header">Methods</h3>
+
+ <ul class="link-list">
+ <li><a href="#method-i-validate_normal_distribution">#validate_normal_distribution</a>
+
+ </ul>
+</nav>
+
</div>
<div id="project-metadata">
<nav id="fileindex-section" class="section project-section">
<h3 class="section-header">Pages</h3>
<ul>
<li class="file"><a href="./Gemfile.html">Gemfile</a>
+ <li class="file"><a href="./README_rdoc.html">README</a>
+
<li class="file"><a href="./Rakefile.html">Rakefile</a>
<li class="file"><a href="./lib/bigbench/help/executor_txt.html">executor</a>
</ul>
@@ -109,10 +121,30 @@
<li><a href="./BigBench/PostProcessor.html">BigBench::PostProcessor</a>
<li><a href="./BigBench/PostProcessor/Environment.html">BigBench::PostProcessor::Environment</a>
+ <li><a href="./BigBench/PostProcessor/Environment/Appearings.html">BigBench::PostProcessor::Environment::Appearings</a>
+
+ <li><a href="./BigBench/PostProcessor/Environment/AttributeCluster.html">BigBench::PostProcessor::Environment::AttributeCluster</a>
+
+ <li><a href="./BigBench/PostProcessor/Environment/BenchmarkNotFound.html">BigBench::PostProcessor::Environment::BenchmarkNotFound</a>
+
+ <li><a href="./BigBench/PostProcessor/Environment/Cluster.html">BigBench::PostProcessor::Environment::Cluster</a>
+
+ <li><a href="./BigBench/PostProcessor/Environment/NormalDistribution.html">BigBench::PostProcessor::Environment::NormalDistribution</a>
+
+ <li><a href="./BigBench/PostProcessor/Environment/PolynomialRegression.html">BigBench::PostProcessor::Environment::PolynomialRegression</a>
+
+ <li><a href="./BigBench/PostProcessor/Environment/Statistics.html">BigBench::PostProcessor::Environment::Statistics</a>
+
+ <li><a href="./BigBench/PostProcessor/Graphs.html">BigBench::PostProcessor::Graphs</a>
+
+ <li><a href="./BigBench/PostProcessor/Graphs/LineGraph.html">BigBench::PostProcessor::Graphs::LineGraph</a>
+
+ <li><a href="./BigBench/PostProcessor/Graphs/PieGraph.html">BigBench::PostProcessor::Graphs::PieGraph</a>
+
<li><a href="./BigBench/PostProcessor/InvalidProcessor.html">BigBench::PostProcessor::InvalidProcessor</a>
<li><a href="./BigBench/PostProcessor/Processor.html">BigBench::PostProcessor::Processor</a>
<li><a href="./BigBench/PostProcessor/Statistics.html">BigBench::PostProcessor::Statistics</a>
@@ -127,10 +159,12 @@
<li><a href="./BigBench/Tracker.html">BigBench::Tracker</a>
<li><a href="./BigBench/Tracker/Tracker.html">BigBench::Tracker::Tracker</a>
+ <li><a href="./Array.html">Array</a>
+
<li><a href="./EventMachineLoop.html">EventMachineLoop</a>
<li><a href="./Float.html">Float</a>
<li><a href="./Helpers.html">Helpers</a>
@@ -162,9 +196,53 @@
<!-- Methods -->
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section section">
+ <h3 class="section-header">Public Instance Methods</h3>
+
+
+ <div id="method-i-validate_normal_distribution" class="method-detail ">
+
+ <div class="method-heading">
+ <span class="method-name">validate_normal_distribution</span><span
+ class="method-args">(distribution)</span>
+ <span class="method-click-advice">click to toggle source</span>
+ </div>
+
+
+ <div class="method-description">
+
+
+
+
+
+ <div class="method-source-code" id="validate_normal_distribution-source">
+ <pre><span class="ruby-comment"># File spec/helpers.rb, line 10</span>
+<span class="ruby-keyword">def</span> <span class="ruby-identifier">validate_normal_distribution</span> <span class="ruby-identifier">distribution</span>
+ <span class="ruby-identifier">center_index</span>, <span class="ruby-identifier">y</span> = (<span class="ruby-identifier">distribution</span>.<span class="ruby-identifier">x</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">/</span> <span class="ruby-value">2</span>), <span class="ruby-identifier">distribution</span>.<span class="ruby-identifier">y</span>
+ <span class="ruby-identifier">highest_value</span> = <span class="ruby-identifier">y</span>[<span class="ruby-identifier">center_index</span>] <span class="ruby-operator">+</span> <span class="ruby-value">1</span>
+
+ <span class="ruby-identifier">current_value</span> = <span class="ruby-value">0.0</span>
+ <span class="ruby-identifier">y</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">value</span><span class="ruby-operator">|</span>
+ <span class="ruby-identifier">value</span>.<span class="ruby-identifier">should</span> <span class="ruby-operator"><=</span> <span class="ruby-identifier">highest_value</span>
+ <span class="ruby-keyword">end</span>
+
+ <span class="ruby-keyword">true</span>
+<span class="ruby-keyword">end</span></pre>
+ </div><!-- validate_normal_distribution-source -->
+
+ </div>
+
+
+
+
+ </div><!-- validate_normal_distribution-method -->
+
+
+ </section><!-- public-instance-method-details -->
+
</section><!-- 5Buntitled-5D -->
</div><!-- documentation -->