One Sample ZTest Of Proportion.Condition Property
Gets or 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#
A delegate that evaluates the condition for an observation in the sample.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Func<Object, bool> Condition { get; set; }
Property Value
Func<Object, Boolean>A delegate that evaluates the condition for an observation in the sample.