Creates a factor from the given column.

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

Syntax

C#
public Factor GetFactor(
	int colIndex
)
Visual Basic (Declaration)
Public Function GetFactor ( _
	colIndex As Integer _
) As Factor
Visual C++
public:
Factor^ GetFactor(
	int colIndex
)

Parameters

colIndex
Type: System..::.Int32
A column index.

Return Value

A factor with levels for the sorted, unique elements in the given column.

See Also