Log of /trunk/math/mathmore/inc/Math/QuantFuncMathMore.h
Parent Directory
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
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.