One Sample ZTest Of Proportion.Set Condition<T> Method
Sets the condition used to count the number of positive outcomes in the sample.
Definition
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public void SetCondition<T>(
Func<T, bool> condition
)
Parameters
- condition Func<T, Boolean>
Type Parameters
- T