Click or drag to resize
Accord.NET (logo)

ITwoSamplePowerAnalysis Properties

The ITwoSamplePowerAnalysis type exposes the following members.

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