This commit is contained in:
Avik Pal 2018-07-17 09:47:45 +05:30
parent 0bb3eaa1f6
commit da7fe93b31
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ end
# 2×1 Array{Float64,2}:
# 1.14495
# 1.14495
@test isapprox(m.σ², .1 .* std(x.data, 2, corrected=false) .* (3 / 2).+ .9 .* [1., 1.], atol = 1.0e-6)
@test m.σ² 0.1 .* var(x.data, 2, corrected=false)*3/2 + 0.9 .* [1., 1.]
testmode!(m)
@test !m.active