[root] / trunk / math / mathmore / inc / Math / QuantFuncMathMore.h Repository:
ViewVC logotype

Log of /trunk/math/mathmore/inc/Math/QuantFuncMathMore.h

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 36536 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 8 15:03:24 2010 UTC (4 years, 2 months ago) by moneta
File length: 6083 byte(s)
Diff to previous 22885
implement ROOT::Math::chisquare_quantile using ROOT::Math::chisquare_quantile_c. 
Function is not vey precise for z->0, but avoid using automatically MathMore function to clear dependencies
add in MathMore a  ROOT::MathMore::chisquare_quantile based on GSL for the case of z->0

Revision 22885 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 28 13:57:25 2008 UTC (6 years, 9 months ago) by rdm
File length: 5959 byte(s)
Diff to previous 21129
move the following directories under the new "math" meta directory:
   mathcore
   mathmore
   fftw
   foam
   fumili
   genvector
   matrix
   minuit
   minuit2
   mlp
   physics
   smatrix
   splot
   unuran
   quadp

Revision 21129 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 30 14:41:10 2007 UTC (7 years, 1 month ago) by moneta
Original Path: trunk/mathmore/inc/Math/QuantFuncMathMore.h
File length: 5959 byte(s)
Diff to previous 21114
- load automatically libMathCore and libMathMore when running CINT and including the header files for the 
  mathematical functions. This is done (thanks to Philippe) by adding at the beginning of the header files:

  
   #if defined(__CINT__) && !defined(__MAKECINT__)
    // avoid to include header file when using CINT 
   #ifndef _WIN32
   #include "../lib/libMathCore.so"
   #else
   #include "../bin/libMathCore.dll"
   #endif 

   #else 
   // normal header file

Revision 21114 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 29 17:16:45 2007 UTC (7 years, 1 month ago) by moneta
Original Path: trunk/mathmore/inc/Math/QuantFuncMathMore.h
File length: 5754 byte(s)
Diff to previous 20882
- syncronize mathcore, mathmore, minuit2 and test/stressMathCore with development branches

- main changes are: 

-  move some remaining pdf (like	beta and landau) from mathmore to mathcore
- add missing landau_cdf
- fix a precision error with normal_cdf (and normal_cdf_c) for small x (large x). Use the correct erf or erfc function according to x
- move majority of quantiles functions from mathmore to mathcore ( implementation is based on inverse functions from Cephes, implemented in SpecFuncCephesInv.cxx) 

- add method to create Minimizer concreate classes via the plugin manager
- add possibility to use multi-dim funciton type in one dim integration

- minuit2: add some missing include cassert

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/mathmore/inc/Math/QuantFuncMathMore.h
File length: 17305 byte(s)
Diff to previous 20232
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 20232 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 5 15:28:46 2007 UTC (7 years, 3 months ago) by moneta
Original Path: trunk/mathmore/inc/Math/QuantFuncMathMore.h
File length: 17305 byte(s)
Copied from: branches/dev/mathDev/mathmore/inc/Math/QuantFuncMathMore.h revision 20231
Diff to previous 20162
- port latest changes (forgot in previous commit) in mathcore 
- update doc for groups and smatrix page
- changes in MathMore : 
     - add GSL MC integration
     - add GSL Multi-dim minimization, non linear fitting and simulated annealing
     - remove cdf (are in mathcore) now 
     - update doc for groups and mathmore page

Revision 20162 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 1 16:32:14 2007 UTC (7 years, 3 months ago) by moneta
Original Path: branches/dev/mathDev/mathmore/inc/Math/QuantFuncMathMore.h
File length: 17305 byte(s)
Diff to previous 20148
fix few problems with the grouping of the doc

Revision 20148 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 1 10:55:33 2007 UTC (7 years, 3 months ago) by moneta
Original Path: branches/dev/mathDev/mathmore/inc/Math/QuantFuncMathMore.h
File length: 17275 byte(s)
Diff to previous 20146
update doc group definition

Revision 20146 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Oct 1 09:30:09 2007 UTC (7 years, 3 months ago) by moneta
Original Path: branches/dev/mathDev/mathmore/inc/Math/QuantFuncMathMore.h
File length: 17052 byte(s)
- update of the documentation
- rename file with quantile functions
- rename size_t and include<vector> in GSLMCintegration

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9