You are here: Symbol Reference > Statistics Namespace > Functions > Statistics.WilcoxonSign Function
Stats Master VCL
ContentsIndex
PreviousUpNext
Statistics.WilcoxonSign Function

One or two-sample Wilcoxon signed rank test.

Pascal
function WilcoxonSign(const Data: TVec; const Median: double; out hRes: THypothesisResult; out Signif: double; var ConfInt: TTwoElmReal; const hType: THypothesisType = htTwoTailed; const Alpha: double = 0.05): double; overload;

Performs one-sample Wilcoxon Signed-Rank test by comparing Data median value with given Median. The null hypothesis is that Data median is equal to Median.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!