Returns the probability from a t distribution of the values in an expression.
| Categories: | Aggregate |
| Descriptive Statistics | |
| Returned data type: | DOUBLE |
specifies any valid SQL expression.
| Data type | DOUBLE |
| See | <sql-expression> |
| FedSQL Expressions |
p=(1-probt(abs(x),df))*2;
|
Statements
|
Results
|
|---|---|
select probt(density) from densities; |
0.006068 |
select probt(population) from densities; |
0.009722 |