Click or drag to resize
Accord.NET (logo)

TwoSampleTTestPowerAnalysis Properties

The TwoSampleTTestPowerAnalysis type exposes the following members.

Properties
  NameDescription
Public propertyEffect
Gets or sets the effect size of the test.
(Inherited from BaseTwoSamplePowerAnalysis.)
Public propertyPower
Gets or sets the power of the test, also known as the (1-Beta error rate).
(Inherited from BaseTwoSamplePowerAnalysis.)
Public propertySamples1
Gets or sets the number of observations in the first sample considered in the test.
(Inherited from BaseTwoSamplePowerAnalysis.)
Public propertySamples2
Gets or sets the number of observations in the second sample considered in the test.
(Inherited from BaseTwoSamplePowerAnalysis.)
Public propertySize
Gets or sets the significance level for the test. Also known as alpha.
(Inherited from BaseTwoSamplePowerAnalysis.)
Public propertyTail
Gets the test type.
(Inherited from BaseTwoSamplePowerAnalysis.)
Public propertyTotalSamples
Gets the total number of observations in both samples considered in the test.
(Inherited from BaseTwoSamplePowerAnalysis.)
Top
See Also