Click or drag to resize
sqx

SQXFiveNumbersSummaryFencesTable Method

Function [table] FiveNumbersSummaryFencesTable([Vector] Summary, [float] InnerScale, [float] OuterScale)
(Statistics)

Namespace:  sqx
Assembly:  SQX (in SQX.dll) Version: 1.0.2.6 (1.0.2.6)
Syntax
C#
public static IEnumerator FiveNumbersSummaryFencesTable(
	Vector Summary,
	SqlDouble InnerScale,
	SqlDouble OuterScale
)

Parameters

Summary
Type: sqxVector
[Vector]
InnerScale
Type: System.Data.SqlTypesSqlDouble
[float]
OuterScale
Type: System.Data.SqlTypesSqlDouble
[float]

Return Value

Type: IEnumerator
[table]
Remarks
Five numbers summary fences table function

Attributes

IsDeterministic = true, IsPrecise = true, DataAccess = DataAccessKind.None, SystemDataAccess = SystemDataAccessKind.None, TableDefinition = "[OuterLowerFence] float,[InnerLowerFence] float,[InnerUpperFence] float,[OuterUpperFence] float,[InnerScale] float,[OuterScale] float,[Iqr] float,[Qcd] float,[Trimean] float"
See Also