Package org.drip.sample.randomdiscrete
Class Beta
java.lang.Object
org.drip.sample.randomdiscrete.Beta
public class Beta
extends java.lang.Object
Beta demonstrates Generation of Beta R2 Random Numbers with Two different Degrees of
Freedom.
- Backstrom, T., and J. Fischer (2018): Fast Randomization for Distributed Low Bit-rate Coding of Speech and Audio IEEE/ACM Transactions on Audio, Speech, and Language Processing 26 (1) 19-30
- Chi-Squared Distribution (2019): Chi-Squared Function https://en.wikipedia.org/wiki/Chi-squared_distribution
- Johnson, N. L., S. Klotz, and N. Balakrishnan (1994): Continuous Univariate Distributions 1 2nd Edition John Wiley and Sons
- Lancaster, H, O. (1969): The Chi-Squared Distribution Wiley
- Pillai, N. S. (1026): An Unexpected Encounter with Cauchy and Levy Annals of Statistics 44 (5) 2089-2097
- Module = Computational Core Module
- Library = Numerical Analysis Library
- Project = DROP API Construction and Usage
- Package = Discrete Distribution Random Number Generator
- Author:
- Lakshmi Krishnamurthy
-
Constructor Details
-
Beta
public Beta()
-
-
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
-