インタフェース | 説明 |
---|---|
Function |
Interface to get value of a given function in a given class.
|
クラス | 説明 |
---|---|
CheckKSTest | |
FeldmanCousins |
Implementation of the Feldman-Cousins method to calcylate the upper limit
at a given C.L.
|
Integration |
Utilities for Numerical Integration.
|
IntegrationDemo |
Demo program for the Integration.class
|
Interpolation |
Utilities to interpolate data points (x_i, y_i) (i=0,...).
|
InterpolationDemo | |
InterpolationDemo2 | |
KSTest |
Utilities for Kolmogorov-Smirnov Test.
|
PoissonBinnedLHExtracter | |
PoissonBinnedLikelihoodCalculator |
Calculate the binned Poisson Likelihood and its p-value
for a series of (N_i, \mu_i) where N_i is the observed number
and \mu_i is the predicted number at the i-th bin.
|
PoissonBinnedLikelihoodRatioFactory |
Handle the ratio of the maximum likelihood ratio
built from the binned Poisson.
|
PoissonBinnedLikelihoodRatioTest |
Perform test based upon the ratio of the maximum likelihood ratio
built from the binned Poisson.
|
Pvalue2SigmaConverter | |
PvalueCalculator |
Display the SpecialFunctions
|
PvalueCalculatorWithSignal |
Display the SpecialFunctions
|
RandomDouble |
Ported to Java by Shigeru Yoshida for the IceCube MC.
2002.12.1
syoshida@hepburn.s.chiba-u.ac.jp
Before using, initialize the state by the constrctor RandomDouble(long)
in this Java version.
|
RandomGenerator |
Utilities for Random generator in Numerical Calculation.
|
RandomGeneratorDemo |
Display the pseudorandom numbers
|
RandomGeneratorTest |
Testing of the uniformity in the pseudorandom numbers
|
RandomGeneratorTest2 |
Testing of the Gaussian probability with Monte Carlo method based on
the RandomGenerator class
|
SpecialFunctions |
Utilities for Spectial Functions.
|
SpecialFunctionsDemo |
Display the SpecialFunctions
|