Returns the F statistic for the specified factor.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public double Fstatistic( string factorName ) |
| Visual Basic (Declaration) |
|---|
Public Function Fstatistic ( _ factorName As String _ ) As Double |
| Visual C++ |
|---|
public: double Fstatistic( String^ factorName ) |
Parameters
- factorName
- Type: System..::.String
The name of a factor.