|
TwoSampleZTestCompute Method (Double, Double, Double, TwoSampleHypothesis)
|
Computes the Z test.
Namespace:
Accord.Statistics.Testing
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax protected void Compute(
double observedDifference,
double hypothesizedDifference,
double standardError,
TwoSampleHypothesis alternate
)
Protected Sub Compute (
observedDifference As Double,
hypothesizedDifference As Double,
standardError As Double,
alternate As TwoSampleHypothesis
)
Request Example
View SourceParameters
- observedDifference
- Type: SystemDouble
- hypothesizedDifference
- Type: SystemDouble
- standardError
- Type: SystemDouble
- alternate
- Type: Accord.Statistics.TestingTwoSampleHypothesis
See Also