Package org.djutils.generator.stats
Class GenerateCumulativeProbabilityTable
- java.lang.Object
-
- org.djutils.generator.stats.GenerateCumulativeProbabilityTable
-
public class GenerateCumulativeProbabilityTable extends Object
Generate the cumulative probability table.- Author:
- Peter Knoppers
-
-
Constructor Summary
Constructors Constructor Description GenerateCumulativeProbabilityTable()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Generate the cumulative probability table.
-
-
-
Method Detail
-
main
public static void main(String[] args)
Generate the cumulative probability table. Output of this program should be pasted in DistNormalTable.java.- Parameters:
args- String[]; the command line arguments (not used).
-
-