Statistics: Nonparametric Tests: One-Sample Wilcoxon Signed Rank Test
Perform a one-sample Wilcoxon signed rank test
This feature is for OriginPro only.
1. signrank1 irng:=col(A)
2. signrank1 irng:=Col(A) median:=0.1
3. signrank1 irng:=Col(1) median:=2.0 tail:=lower rt:=<new Sign>
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Input | irng |
Input Range |
|
Specify the input data range on which to perform one-sample Wilcoxon Sign rank test. |
Test Median | median |
Input double |
|
Specify the value for null hypothesis |
Null Hypothesis | null |
Input string |
|
Show the null hypothesis |
Alternate Hypothesis | tail |
Input int |
|
Indicates whether an upper, lower, or 2 tailed Wilcoxon sign rank test should be performed
|
Significance Level | alpha |
Input double |
|
Specify the significance level of the test. |
Output Results | rt |
Output ReportTree |
|
Specify the report worksheet destination |
1. To perform a one-sample Wilcoxon Sign rankTest on column 1 of the active worksheet using default settings, type the script command:
2. To perform an upper-tailed one-sample Wilcoxon Sign rank Test on column B of the active worksheet, with the hypothetical mean set as 20, use the script command:
For more information, please refer to our User Guide.