C# Класс Accord.Statistics.Testing.Power.BaseOneSamplePowerAnalysis

Наследование: IPowerAnalysis
Показать файл Открыть проект

Открытые методы

Метод Описание
Clone ( ) : object

Creates a new object that is a copy of the current instance.

ComputeEffect ( ) : void

Computes the minimum detectable effect size for the test considering the power given in Power, the number of samples in Samples and the significance level Size.

ComputePower ( ) : void

Computes the power for a test with givens values of effect size and number of samples under Size.

ComputeSamples ( ) : void

Computes recommended sample size for the test to attain the power indicated in Power considering values of Effect and Size.

GetDiferentiableUnits ( double standardDeviation ) : double

Gets the minimum difference in the experiment units to which it is possible to detect a difference.

ToString ( ) : string

Converts the numeric power of this test to its equivalent string representation.

ToString ( string format, IFormatProvider formatProvider ) : string

Converts the numeric power of this test to its equivalent string representation.

Защищенные методы

Метод Описание
BaseOneSamplePowerAnalysis ( DistributionTail tail ) : System

Constructs a new power analysis for a one-sample test.

Описание методов

BaseOneSamplePowerAnalysis() защищенный Метод

Constructs a new power analysis for a one-sample test.
protected BaseOneSamplePowerAnalysis ( DistributionTail tail ) : System
tail DistributionTail
Результат System

Clone() публичный Метод

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
Результат object

ComputeEffect() публичный Метод

Computes the minimum detectable effect size for the test considering the power given in Power, the number of samples in Samples and the significance level Size.
public ComputeEffect ( ) : void
Результат void

ComputePower() публичный абстрактный Метод

Computes the power for a test with givens values of effect size and number of samples under Size.
public abstract ComputePower ( ) : void
Результат void

ComputeSamples() публичный Метод

Computes recommended sample size for the test to attain the power indicated in Power considering values of Effect and Size.
public ComputeSamples ( ) : void
Результат void

GetDiferentiableUnits() публичный Метод

Gets the minimum difference in the experiment units to which it is possible to detect a difference.
public GetDiferentiableUnits ( double standardDeviation ) : double
standardDeviation double The standard deviation for the samples.
Результат double

ToString() публичный Метод

Converts the numeric power of this test to its equivalent string representation.
public ToString ( ) : string
Результат string

ToString() публичный Метод

Converts the numeric power of this test to its equivalent string representation.
public ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
Результат string