Skip to content

Commit 73d01b1

Browse files
committed
remove default length in ASG
1 parent d3ce948 commit 73d01b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AlphaStableDistributions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The maximum acceptable size of `R` is `10x10`
140140
Base.@kwdef struct AlphaSubGaussian{T,M<:AbstractMatrix} <: Distributions.ContinuousUnivariateDistribution
141141
α::T = 1.50
142142
R::M = SMatrix{5,5}(collect(SymmetricToeplitz([1.0000, 0.5804, 0.2140, 0.1444, -0.0135])))
143-
n::Int = 10000
143+
n::Int
144144
end
145145

146146
"""

0 commit comments

Comments
 (0)