Click or drag to resize

Tail Enumeration

Marks whether we need to make one- or two-taled test and which tale we need for one-tailed test. http://en.wikipedia.org/wiki/One-_and_two-tailed_tests

Namespace:  FinMath.Statistics.HypothesisTesting
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public enum Tail
Members
  Member nameValueDescription
Left0
Right1
Both2
See Also