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 @@ ...@@ -19,7 +19,9 @@
implementing this interface are not provided by MathCore but by implementing this interface are not provided by MathCore but by
other libraries and they can be instantiated using the plugin other libraries and they can be instantiated using the plugin
manager. Implementations based on Unuran and Foam exist.</li> 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> </li>
<br> <br>
<li><b>New class <tt>ROOT::Math::GoFTest</tt></b> for goodness of fit <li><b>New class <tt>ROOT::Math::GoFTest</tt></b> for goodness of fit
...@@ -69,6 +71,8 @@ ...@@ -69,6 +71,8 @@
double pValueAD = goftest.AndersonDarlingTest(); double pValueAD = goftest.AndersonDarlingTest();
</pre> </pre>
</li> </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> </ul>
</li> </li>
...@@ -113,6 +117,8 @@ ...@@ -113,6 +117,8 @@
Double_t* center = GetBinCenter(b); Double_t* center = GetBinCenter(b);
</pre> </pre>
</li> </li>
<li>The tutorial <tt>math/kdTreeBinning.C</tt> is an example on
how to use this class</li>
</ul> </ul>
</li> </li>
...@@ -289,6 +295,10 @@ ...@@ -289,6 +295,10 @@
<li>Fix a problem in re-defining fixed parameters as variable <li>Fix a problem in re-defining fixed parameters as variable
ones. Before it was not possible to release them. ones. Before it was not possible to release them.
</li> </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> </ul>
<h4>Genetic</h4> <h4>Genetic</h4>
...@@ -297,4 +307,4 @@ ...@@ -297,4 +307,4 @@
algorithm used in TMVA (plugin name "Genetic"). See example programs in algorithm used in TMVA (plugin name "Genetic"). See example programs in
math/genetic/test. math/genetic/test.
</li> </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