Click or drag to resize
Accord.NET (logo)

Accord.Statistics.Testing.Power Namespace

Contains methods for power analysis of several related hypothesis tests, including support for automatic sample size estimation.
Classes
  ClassDescription
Public classBaseOneSamplePowerAnalysis
Base class for one sample power analysis methods. This class cannot be instantiated.
Public classBaseTwoSamplePowerAnalysis
Base class for two sample power analysis methods. This class cannot be instantiated.
Public classCode exampleTTestPowerAnalysis
Power analysis for one-sample T-Tests.
Public classCode exampleTwoSampleTTestPowerAnalysis
Power analysis for two-sample T-Tests.
Public classCode exampleTwoSampleZTestPowerAnalysis
Power analysis for two-sample Z-Tests.
Public classCode exampleZTestPowerAnalysis
Power analysis for one-sample Z-Tests.
Interfaces
  InterfaceDescription
Public interfaceIPowerAnalysis
Common interface for power analysis objects.
Public interfaceITwoSamplePowerAnalysis
Common interface for two-sample power analysis objects.
Remarks

The namespace class diagram is shown below.

Please note that class diagrams for each of the inner namespaces are also available within their own documentation pages.

See Also