Skip to content

Commit

Permalink
Update t.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Jan 25, 2025
1 parent a7dfbcc commit e817003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skpro/distributions/t.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ class TDistribution(BaseDistribution):
Parameters
----------
mean : float or array of float (1D or 2D)
median of the t-distribution distribution.
median of the t-distribution.
Same as the mean, if it exists.
sd : float or array of float (1D or 2D), must be positive
scale parameter of the t-distribution.
Same as the standard deviation in the limit of large degrees of freedom.
df : float or array of float (1D or 2D), must be positive
Degrees of freedom of the t-distribution
Degrees of freedom of the t-distribution.
index : pd.Index, optional, default = RangeIndex
columns : pd.Index, optional, default = RangeIndex
Expand Down

0 comments on commit e817003

Please sign in to comment.