Package | Description |
---|---|
com.metsci.glimpse.util.math.fast |
Class and Description |
---|
FastAcos |
FastAsin |
FastAtan |
FastErfInverse
Approximates the inverse of
erf(x) , valid on the interval
[-0.9999779095,0.9999779095], with a maximum error of about 6e-5 . |
FastFunc
A function that precomputes its values for speed.
|
FastFuncUnboundedDomain
Provides table look-up capability for functions of bounded
range but unbounded domain.
|
FastGaussian
An approximation to a univariate gaussian pdf of mean zero, deviation 1.
|
FastLog
Provides about 12 digits of accuracy at a fraction of the
cost of Math.log().
|
FastSigmoid |
FastUnscaledGaussian |
Copyright © 2013 Metron, Inc.. All rights reserved.