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