Skip to content
Snippets Groups Projects
Commit 2a6fa170 authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

fix the format + some small extra addition

git-svn-id: http://root.cern.ch/svn/root/trunk@37565 27541ba8-7e3a-0410-8455-c3a389f83636
parent ba3d5409
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,9 @@
implementing this interface are not provided by MathCore but by
other libraries and they can be instantiated using the plugin
manager. Implementations based on Unuran and Foam exist.</li>
</ul>
<li>The tutorial <tt>math/multidimSampling.C</tt> is an example on
how to use this class</li>
</ul>
</li>
<br>
<li><b>New class <tt>ROOT::Math::GoFTest</tt></b> for goodness of fit
......@@ -69,6 +71,8 @@
double pValueAD = goftest.AndersonDarlingTest();
</pre>
</li>
<li>The tutorial <tt>math/goftest.C</tt> is an example on
how to use the <tt>ROOT::Math::GofTest</tt> class</li>
</ul>
</li>
......@@ -113,6 +117,8 @@
Double_t* center = GetBinCenter(b);
</pre>
</li>
<li>The tutorial <tt>math/kdTreeBinning.C</tt> is an example on
how to use this class</li>
</ul>
</li>
......@@ -289,6 +295,10 @@
<li>Fix a problem in re-defining fixed parameters as variable
ones. Before it was not possible to release them.
</li>
<li>Fix a problem in the number of function calls when running MnHesse
after minimizing. Now the number is incremented instead of being
reset.
</li>
</ul>
<h4>Genetic</h4>
......@@ -297,4 +307,4 @@
algorithm used in TMVA (plugin name "Genetic"). See example programs in
math/genetic/test.
</li>
</ul>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment