We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6987db6 commit 48a5262Copy full SHA for 48a5262
src/mixedmodel.jl
@@ -69,7 +69,7 @@ Equality comparisons are used b/c small non-negative θ values are replaced by 0
69
β in the case `fast=false`) must be specified if the default is not used.
70
"""
71
function issingular(m::MixedModel, θ=m.θ; atol::Real=0, rtol::Real=atol > 0 ? 0 : √eps())
72
- return _issingular(m.lowerbound, θ; atol, rtol)
+ return _issingular(m.lowerbd, θ; atol, rtol)
73
end
74
75
function _issingular(v, w; atol, rtol)
0 commit comments