StatisticFormula.TTestUnequalVariances(Double, Double, String, String) Methode

Definitie

Voert een T-toets uit met behulp van studentverdeling (T-verdeling) met ongelijke varianties.

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

Parameters

hypothesizedMeanDifference
Double

Hypothesized gemiddelde verschil.

probability
Double

De alfawaarde, de kans dat de hypothese wordt afgewezen. Het toegestane bereik is 0-1.

firstInputSeriesName
String

Naam van eerste invoerreeks.

secondInputSeriesName
String

Tweede naam van invoerreeks.

Retouren

Een TTestResult-object.

Van toepassing op