OneSampleZTestOfProportion.SetCondition<T> Method

Sets the condition used to count the number of positive outcomes in the sample.

Definition

Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public void SetCondition<T>(
	Func<T, bool> condition
)

Parameters

condition  Func<T, Boolean>
 

Type Parameters

T

Field Value

A delegate that evaluates the condition for an observation in the sample.

See Also