ZTestResult Class

Definition

Stores the results of a Z Test statistical formula.

public ref class ZTestResult
public class ZTestResult
type ZTestResult = class
Public Class ZTestResult
Inheritance
ZTestResult

Constructors

ZTestResult()

Initializes a new instance of the ZTestResult class.

Properties

FirstSeriesMean

Gets the mean of the first series.

FirstSeriesVariance

Gets the variance of the first series.

ProbabilityZOneTail

Gets the Probability Z one tail value.

ProbabilityZTwoTail

Gets the Probability Z two tail value.

SecondSeriesMean

Gets the mean of the second series.

SecondSeriesVariance

Gets the variance of the second series.

ZCriticalValueOneTail

Gets the Critical Z one tail value.

ZCriticalValueTwoTail

Gets the Critical Z two tail value.

ZValue

Gets the Z value.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to