Trend test using Cox–Stuart (C–S) and Mann–Kendall (M–K) trend tests

output_trend_stats(name, p_val, z_val)

Arguments

name

Name of the test

p_val

p value from the test

z_val

the Z value of the test

Value

A statistics of mean standard deviation trend

Examples

output_trend_stats(name="t.test",p_val=0.001, z_val=5)