|
AnovaVariationSource Constructor (IAnova, String, Double, Int32, FTest)
|
Creates a new object representation of a variation source in an ANOVA experiment.
Namespace:
Accord.Statistics.Testing
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public AnovaVariationSource(
IAnova anova,
string source,
double sumOfSquares,
int degreesOfFreedom,
FTest test
)
Public Sub New (
anova As IAnova,
source As String,
sumOfSquares As Double,
degreesOfFreedom As Integer,
test As FTest
)
Request Example
View SourceParameters
- anova
- Type: Accord.Statistics.TestingIAnova
The associated ANOVA analysis. - source
- Type: SystemString
The name of the variation source. - sumOfSquares
- Type: SystemDouble
The sum of squares of the source. - degreesOfFreedom
- Type: SystemInt32
The degrees of freedom for the source. - test
- Type: Accord.Statistics.TestingFTest
The F-Test containing the F-Statistic for the source.
See Also