C# Class Accord.Statistics.Testing.TwoWayAnova

Inheritance: IAnova
Show file Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
initialize ( double samples, TwoWayAnovaModel type ) : void

Method Details

TwoWayAnova() public method

Constructs a new TwoWayAnova.
public TwoWayAnova ( double samples, TwoWayAnovaModel type = TwoWayAnovaModel.Mixed ) : System
samples double The samples in grouped form.
type TwoWayAnovaModel The type of the analysis.
return System

TwoWayAnova() public method

Constructs a new TwoWayAnova.
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.
return System