Skip to content

Commit ca8205e

Browse files
committed
typo
1 parent 3425644 commit ca8205e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/parameterized/studentt.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ distproxy(d::StudentT{(:ν, :μ, :σ)}) = Dists.LocationScale(d.μ, d.σ, Dists.
3838
@half StudentT(ν)
3939
@kwstruct StudentT()
4040

41-
@σ_methods HalfLaplace(ν)
42-
HalfLaplace(ν,σ) = HalfLaplace=ν,σ=σ)
41+
@σ_methods HalfStudentT(ν)
42+
HalfStudentT(ν,σ) = HalfStudentT=ν,σ=σ)
4343

4444
asparams(::Type{<:StudentT}, ::Val{:ν}) = asℝ₊

0 commit comments

Comments
 (0)