Returns the mean for the specified factor level.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public double GetMeanForFactorLevel(
	string factorName,
	Object factorLevel
)
Visual Basic (Declaration)
Public Function GetMeanForFactorLevel ( _
	factorName As String, _
	factorLevel As Object _
) As Double
Visual C++
public:
double GetMeanForFactorLevel(
	String^ factorName, 
	Object^ factorLevel
)

Parameters

factorName
Type: System..::.String
The name of a factor.
factorLevel
Type: System..::.Object
The level of the factor.

Return Value

The mean for the specified factor level.

See Also