Click or drag to resize
Accord.NET (logo)

ITwoSamplePowerAnalysis Interface

Common interface for two-sample power analysis objects.

Namespace:  Accord.Statistics.Testing.Power
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public interface ITwoSamplePowerAnalysis : IPowerAnalysis, 
	ICloneable, IFormattable
Request Example View Source

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
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodToString
Formats the value of the current instance using the specified format.
(Inherited from IFormattable.)
Top
See Also