|
TwoWayAnova Constructor (Double, TwoWayAnovaModel)
|
Namespace:
Accord.Statistics.Testing
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public TwoWayAnova(
double[][][] samples,
TwoWayAnovaModel type = TwoWayAnovaModel.Mixed
)
Public Sub New (
samples As Double()()(),
Optional type As TwoWayAnovaModel = TwoWayAnovaModel.Mixed
)
Request Example
View SourceParameters
- samples
- Type: SystemDouble
The samples in grouped form. - type (Optional)
- Type: Accord.Statistics.TestingTwoWayAnovaModel
The type of the analysis.
See Also