Extreme Optimization™: Complexity made simple.

Math and Statistics
Libraries for .NET

  • Home
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Data Analysis Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • Resources
    • Downloads
    • QuickStart Samples
    • Sample Applications
    • Frequently Asked Questions
    • Technical Support
  • Order
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Partners
    • Contact us
Introduction
Deployment Guide
Nuget packages
Configuration
Using Parallelism
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Data Analysis Library User's GuideData Analysis Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand Data Access Library User's GuideData Access Library User's Guide
Expand ReferenceReference

Skip Navigation LinksHome»Documentation»Reference»Extreme.Statistics»AnovaModelRow Class

AnovaModelRow Class

Extreme Optimization Numerical Libraries for .NET Professional
Represents a row representing a contribution from the model in an AnovaTable.
Inheritance Hierarchy

SystemObject
  Extreme.StatisticsAnovaRow
    Extreme.StatisticsAnovaModelRow

Namespace:  Extreme.Statistics
Assembly:  Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Syntax

C#
VB
C++
F#
Copy
public class AnovaModelRow : AnovaRow
Public Class AnovaModelRow
	Inherits AnovaRow
public ref class AnovaModelRow : public AnovaRow
type AnovaModelRow =  
    class
        inherit AnovaRow
    end

The AnovaModelRow type exposes the following members.

Properties

  NameDescription
Public propertyCaption
Gets or sets the caption for this AnovaRow.
(Inherited from AnovaRow.)
Public propertyDegreesOfFreedom
Gets the number of degrees of freedom of the row.
(Inherited from AnovaRow.)
Public propertyFStatistic
Gets the value of the F statistic associated with this AnovaRow.
Public propertyMeanSquare
Gets the mean square.
(Inherited from AnovaRow.)
Public propertyPValue
Gets the significance level (probability) associated with this AnovaRow.
Public propertyRowType
Gets the AnovaRowType for the row.
(Inherited from AnovaRow.)
Public propertySumOfSquares
Gets the sum of squares.
(Inherited from AnovaRow.)
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFTest
Returns a FTest object that can be used to perform further analysis on the model component.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String representation of this instance.
(Overrides AnovaRowToString.)
Top
Remarks

Use an AnovaModelRow object to represent a row in an AnovaTable. that compares the contribution of a component of the model to the variation in the data to the contribution of the variation that is not explained by the model.

AnovaModelRow inherits from AnovaRow. Two extra properties provide access to the result of this comparison.

The FStatistic property returns the F statistic for the ratio of the contributions of the variances. The PValue property gets the p-value associated with the F-statistic, and gives an indication of the significance of the contribution of the factor to the variation in the data.

The CompleteModelRow and property and the GetModelRow(Int32) method return objects of type AnovaModelRow.

AnovaModelRow objects can't be constructed independently. They are created automatically when the model is computed.

See Also

Reference

Extreme.Statistics Namespace

Copyright (c) 2004-2023 ExoAnalytics Inc.

Send comments on this topic to support@extremeoptimization.com

Copyright © 2004-2023, Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo
are registered trademarks of Microsoft Corporation.