Click or drag to resize
Accord.NET (logo)

BaseTwoSamplePowerAnalysisPower Property

Gets or sets the power of the test, also known as the (1-Beta error rate).

Namespace:  Accord.Statistics.Testing.Power
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double Power { get; set; }
Request Example View Source

Property Value

Type: Double

Implements

IPowerAnalysisPower
See Also