Click or drag to resize
DiscriminantAnalysis.Downdate Method (Double[,],Int32[])
Removes a set of observations from the discriminant functions.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void Downdate(
	double[,] x,
	int[] group
)

Parameters

x
Type:System.Double[,]
A double matrix containing the observations to be removed, with at least nVariables columns. The first nVariables columns correspond to the variables. Any additional columns will be ignored.
group
Type:System.Int32[]
An int array containing the group numbers. The groups must be numbered 1,2, ..., nGroups for each observation.
Exceptions
ExceptionCondition
SumOfWeightsNegException is thrown when the sum of the weights have become negative.
See Also