Click or drag to resize

OneSampleZTest Methods

The OneSampleZTest type exposes the following members.

Methods
 NameDescription
Public methodClone Creates a deep copy of this OneSampleZTest.
Public methodOnDeserialized Compute values following deserialization
Public methodToString Returns a formatted string representation of the test results.
(Overrides ObjectToString)
Public methodUpdate(Double) Updates the test statistic with new sample data.
Public methodUpdate(DoubleVector) Updates the test statistic with new sample data.
Public methodUpdate(IDFColumn) Updates the test statistic with new sample data.
Public methodUpdate(Int32) Updates the test statistic with new sample data.
Public methodUpdate(Double, Double) Updates the test statistic with new population parameters.
Public methodUpdate(Double, Int32) Updates the test statistic with new sample parameters.
Public methodUpdate(Double, Double, Double) Updates the test statistic with new sample data and population parameters.
Public methodUpdate(DoubleVector, Double, Double) Updates the test statistic with new sample data and population parameters.
Public methodUpdate(IDFColumn, Double, Double) Updates the test statistic with new sample data and population parameters.
Public methodUpdate(Int32, Double, Double) Updates the test statistic with new sample data and population parameters.
Public methodUpdate(Double, Int32, Double, Double) Updates the test statistic with new sample and population parameters.
Top
See Also