Returns the p-value for the F statistic for the specified factor.

Namespace:  CenterSpace.NMath.Stats
Assembly:  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.

Return Value

The F statistic p-value for the specified factor.

See Also