Click or drag to resize

TwoSampleFTest Methods

The TwoSampleFTest type exposes the following members.

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