|
TwoWayAnova Constructor (Double, Int32, Int32, TwoWayAnovaModel)
|
Namespace:
Accord.Statistics.Testing
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public TwoWayAnova(
double[] samples,
int[] firstFactorLabels,
int[] secondFactorLabels,
TwoWayAnovaModel type = TwoWayAnovaModel.Mixed
)
Public Sub New (
samples As Double(),
firstFactorLabels As Integer(),
secondFactorLabels As Integer(),
Optional type As TwoWayAnovaModel = TwoWayAnovaModel.Mixed
)
Request Example
View SourceParameters
- samples
- Type: SystemDouble
The samples. - firstFactorLabels
- Type: SystemInt32
The first factor labels. - secondFactorLabels
- Type: SystemInt32
The second factor labels. - type (Optional)
- Type: Accord.Statistics.TestingTwoWayAnovaModel
The type of the analysis.
See Also