Метод | Описание | |
---|---|---|
TwoWayAnova ( double samples, TwoWayAnovaModel type = TwoWayAnovaModel.Mixed ) : System |
Constructs a new TwoWayAnova.
|
|
TwoWayAnova ( double samples, int firstFactorLabels, int secondFactorLabels, TwoWayAnovaModel type = TwoWayAnovaModel.Mixed ) : System |
Constructs a new TwoWayAnova.
|
Метод | Описание | |
---|---|---|
initialize ( double samples, TwoWayAnovaModel type ) : void |
public TwoWayAnova ( double samples, TwoWayAnovaModel type = TwoWayAnovaModel.Mixed ) : System | ||
samples | double | The samples in grouped form. |
type | TwoWayAnovaModel | The type of the analysis. |
Результат | System |
public TwoWayAnova ( double samples, int firstFactorLabels, int secondFactorLabels, TwoWayAnovaModel type = TwoWayAnovaModel.Mixed ) : System | ||
samples | double | The samples. |
firstFactorLabels | int | The first factor labels. |
secondFactorLabels | int | The second factor labels. |
type | TwoWayAnovaModel | The type of the analysis. |
Результат | System |