atoti.experimental.stats.t.cdf()#

atoti.experimental.stats.t.cdf(point, /, *, degrees_of_freedom)#

Cumulative distribution function for a Student’s t distribution.

Parameters:
  • point (NonConstantMeasureConvertible) – The point where the function is evaluated.

  • degrees_of_freedom (int | float | NonConstantMeasureConvertible) – The number of degrees of freedom. Must be positive.

Return type:

MeasureDescription