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

One or two-sample Sign test.

Pascal
function SignTest(const Data: TVec; 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 Sign test by comparing Data median value with given Median. The null hypothesis is that Data median is equal to Median. Additional assumption is that underlying population is continuous.

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