ZTestResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |