Scalar FunctionsMath Functions
welch_test
Two-tailed p-value for the Welch unequal-variances t-test given the
Syntax
welch_test(mean1, variance1, count1, mean2, variance2, count2)Parameters
Prop
Type
Returns: real
Examples
Example 1
print welch_test(1.0, 2.0, 10, 3.0, 2.0, 10)| print_0 (real) |
|---|
| 0.005391156430456512 |