C# Class Accord.Statistics.Testing.OneWayAnova

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

Public Methods

Method Description
OneWayAnova ( ) : System

Creates a new one-way ANOVA test.

OneWayAnova ( double samples, int labels ) : System

Creates a new one-way ANOVA test.

Private Methods

Method Description
initialize ( double samples ) : void

Method Details

OneWayAnova() public method

Creates a new one-way ANOVA test.
public OneWayAnova ( ) : System
return System

OneWayAnova() public method

Creates a new one-way ANOVA test.
public OneWayAnova ( double samples, int labels ) : System
samples double The sampled values.
labels int The independent, nominal variables.
return System