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: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A delegate that evaluates the condition for an observation in the sample.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Func<Object, bool> Condition { get; set; }
Property Value
Func<Object, Boolean>A delegate that evaluates the condition for an observation in the sample.