在 Postgres 中计算与斜率相关的 p 值

Ill*_*lya 6 postgresql statistics p-value

在 postgres 中,我使用以下函数计算 R2 和斜率:

regr_r2(y,x)
regr_slope(y,x)
Run Code Online (Sandbox Code Playgroud)

有什么方法可以计算与 postgres 中的斜率相关的 p 值吗?