Student's t distribution helpers.
Summary
Functions
Returns the Student's t cumulative distribution function.
Returns the Student's t quantile for probability p.
Returns the Student's t survival function.
Returns a two-sided p-value from a t statistic and degrees of freedom.
Functions
@spec cdf(number(), pos_integer() | float()) :: float()
Returns the Student's t cumulative distribution function.
@spec ppf(float(), pos_integer() | float()) :: float()
Returns the Student's t quantile for probability p.
@spec sf(number(), pos_integer() | float()) :: float()
Returns the Student's t survival function.
@spec two_sided_p(number(), pos_integer() | float()) :: float()
Returns a two-sided p-value from a t statistic and degrees of freedom.