Skip to content

Commit fb74898

Browse files
committed
Update docstring
1 parent 189f75f commit fb74898

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/AlphaStableDistributions.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,11 @@ const ϕ₅ = [
177177
]
178178

179179
"""
180+
fit(d::Type{<:AlphaStable}, x; alg=QuickSort)
181+
180182
Fit an α stable distribution to data.
181183
182-
:param x: data
183-
:returns: (α, β, c, δ)
184+
returns `AlphaStable`
184185
185186
α, β, c and δ are the characteristic exponent, skewness parameter, scale parameter
186187
(dispersion^1/α) and location parameter respectively.

0 commit comments

Comments
 (0)