Package org.drip.sample.stirling
Class LogFactorialEstimateNemesCorrection
java.lang.Object
org.drip.sample.stirling.LogFactorialEstimateNemesCorrection
public class LogFactorialEstimateNemesCorrection
extends java.lang.Object
LogFactorialEstimateNemesCorrection illustrates the Nemes Correction applied to the Stirling's
Approximation of the Log Factorial Function. The References are:
- Mortici, C. (2011): Improved Asymptotic Formulas for the Gamma Function Computers and Mathematics with Applications 61 (11) 3364-3369
- National Institute of Standards and Technology (2018): NIST Digital Library of Mathematical Functions https://dlmf.nist.gov/5.11
- Nemes, G. (2010): On the Coefficients of the Asymptotic Expansion of n! https://arxiv.org/abs/1003.2907 arXiv
- Toth V. T. (2016): Programmable Calculators – The Gamma Function http://www.rskey.org/CMS/index.php/the-library/11
- Wikipedia (2019): Stirling's Approximation https://en.wikipedia.org/wiki/Stirling%27s_approximation
- Module = Computational Core Module
- Library = Function Analysis Library
- Project = DROP API Construction and Usage
- Package = Stirling Approximation Based Gamma Estimates
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description LogFactorialEstimateNemesCorrection()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] argumentArray)
Entry PointMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LogFactorialEstimateNemesCorrection
public LogFactorialEstimateNemesCorrection()
-
-
Method Details
-
main
public static final void main(java.lang.String[] argumentArray) throws java.lang.ExceptionEntry Point- Parameters:
argumentArray
- Command Line Argument Array- Throws:
java.lang.Exception
- Thrown on Error/Exception Situation
-