最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

python - scipy.stats.theilslopes upper and lower bounds - Stack Overflow

matteradmin3PV0评论

Can someone explain how the lower and upper slope bands are computed in scipy.stats.theilslopes?

Considering that theilslopes computes the slope as the median of all slopes between all possible paired values, if one defines alpha (confidence degree) equal to .95, does the computed upper bound value signify that 95% of the slopes between each pair of values are below this value?

I looked at the main reference

P.K. Sen, “Estimates of the regression coefficient based on Kendall’s tau”, J. Am. Stat. Assoc., Vol. 63, pp. 1379-1389, 1968.

but I didn’t find a clear description.

Post a comment

comment list (0)

  1. No comments so far