FTestResult 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 results of the FTest statistical methods.
public ref class FTestResult
public class FTestResult
type FTestResult = class
Public Class FTestResult
- Inheritance
-
FTestResult
Constructors
FTestResult() |
Initializes a new instance of the FTestResult class. |
Properties
FCriticalValueOneTail |
Gets the Critical F one tail. |
FirstSeriesMean |
Gets the first series mean. |
FirstSeriesVariance |
Gets the first series variance. |
FValue |
Gets the F value. |
ProbabilityFOneTail |
Gets the Probability F one tail. |
SecondSeriesMean |
Gets the second series mean. |
SecondSeriesVariance |
Gets the second series variance. |
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) |