Returns the Student's t distribution of the values in an expression.
| Categories: | Aggregate |
| Descriptive Statistics | |
| Alias: | T |
| Returned data type: | DOUBLE |
specifies any valid SQL expression.
| Data type | DOUBLE |
| See | <sql-expression> |
| FedSQL Expressions |
|
Statements
|
Results
|
|---|---|
select students_t(density) from densities; |
3.565402 |
select students_t(population) from densities; |
3.267438 |