Namespace: Extreme.Statistics.TestsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public McNemarTest(
ICategoricalVector sample1,
ICategoricalVector sample2,
bool continuityCorrection = false
)
Public Sub New (
sample1 As ICategoricalVector,
sample2 As ICategoricalVector,
Optional continuityCorrection As Boolean = false
)
public:
McNemarTest(
ICategoricalVector^ sample1,
ICategoricalVector^ sample2,
bool continuityCorrection = false
)
new :
sample1 : ICategoricalVector *
sample2 : ICategoricalVector *
?continuityCorrection : bool
(* Defaults:
let _continuityCorrection = defaultArg continuityCorrection false
*)
-> McNemarTest
Parameters
- sample1
- Type: Extreme.MathematicsICategoricalVector
A CategoricalVectorT that represents the first sample. - sample2
- Type: Extreme.MathematicsICategoricalVector
A CategoricalVectorT that represents the second sample. - continuityCorrection (Optional)
- Type: SystemBoolean
Specifies whether a continuity correction should be applied.
Both samples must be categorical variables with only two levels, and they must have the same length.
Numerical Libraries
Supported in: 6.0
Reference