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: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public void SetCondition<T>(
Func<T, bool> condition
)
Parameters
Type Parameters
- T