パッケージ numRecipes

インタフェースの概要
Function Interface to get value of a given function in a given class.
 

クラスの概要
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  
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