Udostępnij przez


StatisticFormula.TTestPaired(Double, Double, String, String) Metoda

Definicja

Wykonuje test T przy użyciu dystrybucji studenta (rozkład T) z sparowanymi próbkami. Jest to przydatne, gdy istnieje naturalne parowanie obserwacji w próbkach.

public:
 System::Windows::Forms::DataVisualization::Charting::TTestResult ^ TTestPaired(double hypothesizedMeanDifference, double probability, System::String ^ firstInputSeriesName, System::String ^ secondInputSeriesName);
public System.Windows.Forms.DataVisualization.Charting.TTestResult TTestPaired (double hypothesizedMeanDifference, double probability, string firstInputSeriesName, string secondInputSeriesName);
member this.TTestPaired : double * double * string * string -> System.Windows.Forms.DataVisualization.Charting.TTestResult
Public Function TTestPaired (hypothesizedMeanDifference As Double, probability As Double, firstInputSeriesName As String, secondInputSeriesName As String) As TTestResult

Parametry

hypothesizedMeanDifference
Double

Hipoteza średniej różnicy.

probability
Double

Wartość alfa, która jest prawdopodobieństwem odrzucenia hipotezy. Dozwolony zakres to 0–1.

firstInputSeriesName
String

Nazwa pierwszej serii wejściowej.

secondInputSeriesName
String

Nazwa drugiej serii wejściowej.

Zwraca

Obiekt TTestResult.

Dotyczy