[root] / trunk / math / mathcore / inc / Math / QuantFuncMathCore.h Repository:
ViewVC logotype

Log of /trunk/math/mathcore/inc/Math/QuantFuncMathCore.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: 18194 byte(s)
Diff to previous 34095
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 34095 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 24 07:31:19 2010 UTC (4 years, 7 months ago) by moneta
File length: 18278 byte(s)
Diff to previous 33348
apply patch from Benno List concerning the documentation of
  the Landau related routines:

  "Some typos have been corrected,
  and I have renamed the width parameter sigma to xi, because sigma
  should be some sort of RMS, which is undefined for landau,
  whereas xi is really the name used for this parameter in all the
  literature"

Revision 33348 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 3 15:20:49 2010 UTC (4 years, 8 months ago) by moneta
File length: 18090 byte(s)
Diff to previous 25195
- add new functions from B. List

 new statistical function in ROOT::Mathh
   landau_quantile (inverse of landau cumulative distribution) 
   translated from RANLAN
   - added also the landau_quantile_c

 - first and second momentum function of the truncated landau
   landau_xm1 landau_xm2 

- sin and cosine integral  in SpecFunc.h
  from CERNLIN (http://wwwasdoc.web.cern.ch/wwwasdoc/shortwrupsdir/c336/top.html)

  ROOT::Math::sinint(x) and ROOT::Math::cosint(x) 


- update stressMathCore with landau

Revision 25195 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 21 08:26:59 2008 UTC (6 years, 5 months ago) by moneta
File length: 17089 byte(s)
Diff to previous 24482
- implement function chisquare_quantile and gamma_quantile in MathCore only when MathMore is not available.

Revision 24482 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 23 15:33:08 2008 UTC (6 years, 7 months ago) by moneta
File length: 17213 byte(s)
Diff to previous 22885
- update math release notes and class descriptions. No change in code only in doc

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: 17181 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/mathcore/inc/Math/QuantFuncMathCore.h
File length: 17181 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/mathcore/inc/Math/QuantFuncMathCore.h
File length: 17949 byte(s)
Copied from: branches/dev/mathDev/mathcore/inc/Math/QuantFuncMathCore.h revision 21113
Diff to previous 21112
- 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 21112 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 29 16:42:57 2007 UTC (7 years, 1 month ago) by moneta
Original Path: branches/dev/mathDev/mathcore/inc/Math/QuantFuncMathCore.h
File length: 17949 byte(s)
Diff to previous 21109
- fix some erros in te quantile implementation
- add quantile test in stressMathCore

Revision 21109 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu Nov 29 15:20:05 2007 UTC (7 years, 1 month ago) by moneta
Original Path: branches/dev/mathDev/mathcore/inc/Math/QuantFuncMathCore.h
File length: 17951 byte(s)
- 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

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