Package evaluation to test MarSwitching on Julia 1.14.0-DEV.1352 (749bc618c5*) started at 2025-12-09T22:50:30.183 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.42s ################################################################################ # Installation # Installing MarSwitching... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [b2b8a7f1] + MarSwitching v0.2.3 Updating `~/.julia/environments/v1.14/Manifest.toml` [79e6a3ab] + Adapt v4.4.0 [66dad0bd] + AliasTables v1.1.3 [4fba245c] + ArrayInterface v7.22.0 [fa961155] + CEnum v0.5.0 [187b0558] + ConstructionBase v1.6.0 [9a962f9c] + DataAPI v1.16.0 [864edb3b] + DataStructures v0.19.3 [31c24e10] + Distributions v0.25.122 [ffbed154] + DocStringExtensions v0.9.5 [1a297f60] + FillArrays v1.15.0 [6a86dc24] + FiniteDiff v2.29.0 [34004b35] + HypergeometricFunctions v0.3.28 [92d709cd] + IrrationalConstants v0.2.6 [692b3bcd] + JLLWrappers v1.7.1 [2ab3a3ac] + LogExpFunctions v0.3.29 [1914dd2f] + MacroTools v0.5.16 [b2b8a7f1] + MarSwitching v0.2.3 [e1d29d7a] + Missings v1.2.0 [76087f3c] + NLopt v1.2.1 [bac558e1] + OrderedCollections v1.8.1 [90014a1f] + PDMats v0.11.36 [21216c6a] + Preferences v1.5.0 [43287f4e] + PtrArrays v1.3.0 [1fd47b50] + QuadGK v2.11.2 [189a3867] + Reexport v1.2.2 [ae029012] + Requires v1.3.1 [79098fc4] + Rmath v0.9.0 [efcf1570] + Setfield v1.1.2 [a2af1166] + SortingAlgorithms v1.2.2 [276daf66] + SpecialFunctions v2.6.1 [1e83bf80] + StaticArraysCore v1.4.4 [10745b16] + Statistics v1.11.1 [82ae8749] + StatsAPI v1.8.0 [2913bbd2] + StatsBase v0.34.9 [4c63d2b9] + StatsFuns v1.5.2 [079eb43e] + NLopt_jll v2.10.0+0 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 [f50d1b31] + Rmath_jll v0.5.1+0 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [9fa8497b] + Future v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.13.0 [4607b0f0] + SuiteSparse [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [05823500] + OpenLibm_jll v0.8.7+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 4.54s ################################################################################ # Precompilation # ERROR: LoadError: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Nothing) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:10 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/precompile.jl:6 caused by: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Base.DevNull) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:7 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 Precompilation failed after 12.74s ################################################################################ # Testing # Testing MarSwitching Status `/tmp/jl_a51JUM/Project.toml` [31c24e10] Distributions v0.25.122 [6a86dc24] FiniteDiff v2.29.0 [b2b8a7f1] MarSwitching v0.2.3 [76087f3c] NLopt v1.2.1 [2913bbd2] StatsBase v0.34.9 [37e2e46d] LinearAlgebra v1.13.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_a51JUM/Manifest.toml` [79e6a3ab] Adapt v4.4.0 [66dad0bd] AliasTables v1.1.3 [4fba245c] ArrayInterface v7.22.0 [fa961155] CEnum v0.5.0 [187b0558] ConstructionBase v1.6.0 [9a962f9c] DataAPI v1.16.0 [864edb3b] DataStructures v0.19.3 [31c24e10] Distributions v0.25.122 [ffbed154] DocStringExtensions v0.9.5 [1a297f60] FillArrays v1.15.0 [6a86dc24] FiniteDiff v2.29.0 [34004b35] HypergeometricFunctions v0.3.28 [92d709cd] IrrationalConstants v0.2.6 [692b3bcd] JLLWrappers v1.7.1 [2ab3a3ac] LogExpFunctions v0.3.29 [1914dd2f] MacroTools v0.5.16 [b2b8a7f1] MarSwitching v0.2.3 [e1d29d7a] Missings v1.2.0 [76087f3c] NLopt v1.2.1 [bac558e1] OrderedCollections v1.8.1 [90014a1f] PDMats v0.11.36 [21216c6a] Preferences v1.5.0 [43287f4e] PtrArrays v1.3.0 [1fd47b50] QuadGK v2.11.2 [189a3867] Reexport v1.2.2 [ae029012] Requires v1.3.1 [79098fc4] Rmath v0.9.0 [efcf1570] Setfield v1.1.2 [a2af1166] SortingAlgorithms v1.2.2 [276daf66] SpecialFunctions v2.6.1 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.8.0 [2913bbd2] StatsBase v0.34.9 [4c63d2b9] StatsFuns v1.5.2 [079eb43e] NLopt_jll v2.10.0+0 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [f50d1b31] Rmath_jll v0.5.1+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [9fa8497b] Future v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.13.0 [4607b0f0] SuiteSparse [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [05823500] OpenLibm_jll v0.8.7+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"), "Missings") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=0, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:44  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2813  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2665  [4] macro expansion  @ ./loading.jl:2593 [inlined]  [5] macro expansion  @ ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2557  [7] require  @ ./loading.jl:2533 [inlined]  [8] eval_import_path  @ ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using  @ ./module.jl:137 [inlined]  [11] _eval_using(to::Module, path::Expr)  @ Base ./module.jl:137  [12] top-level scope  @ ~/.julia/packages/StatsBase/5D4Dh/src/StatsBase.jl:10  [13] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [14] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:3250  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3092  [18] include_string  @ ./loading.jl:3102 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [20] _start()  @ Base ./client.jl:577 in expression starting at /home/pkgeval/.julia/packages/StatsBase/5D4Dh/src/StatsBase.jl:1 in expression starting at stdin:5 WARNING: Method definition centralize_sumabs2!(AbstractArray{S, N} where N, SparseArrays.SparseMatrixCSC{Tv, Ti}, AbstractArray{T, N} where N where T) where {S, Tv, Ti} in module SparseArraysExt at /home/pkgeval/.julia/packages/Statistics/gbcbG/ext/SparseArraysExt.jl:39 overwritten in module SparseArraysExt on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Statistics.cov), SparseArrays.SparseMatrixCSC{Tv, Ti} where Ti<:Integer where Tv) in module SparseArraysExt at /home/pkgeval/.julia/packages/Statistics/gbcbG/ext/SparseArraysExt.jl:14 overwritten in module SparseArraysExt on the same line (check for duplicate calls to `include`). WARNING: Method definition cov(SparseArrays.SparseMatrixCSC{Tv, Ti} where Ti<:Integer where Tv) in module SparseArraysExt at /home/pkgeval/.julia/packages/Statistics/gbcbG/ext/SparseArraysExt.jl:14 overwritten in module SparseArraysExt on the same line (check for duplicate calls to `include`). ┌ Warning: Replacing module `SparseArraysExt` └ @ Base loading.jl:2718 Seed: 9 β_i,1: 0.534 -1.64 0.654 0.366 ------------------------------ β_i,2: -0.95 0.143 0.58 0.366 ------------------------------ β_i,3: -0.241 -0.034 0.459 0.366 ------------------------------ σ = [0.605, 0.526, 0.716] ---------------------------- P = 0.918 0.384 0.082 0.015 0.616 0.089 0.067 0.0 0.829 NLopt msg: XTOL_REACHED ------------------------------ Summary of regime 1: ------------------------------ Coefficient | Estimate | Std. Error | z value | Pr(>|z|) ------------------------------------------------------------------- β_0 | 0.534 | 0.025 | 21.007 | < 1e-3 β_1 | -1.64 | 0.024 | -67.393 | < 1e-3 β_2 | 0.654 | 0.025 | 26.184 | < 1e-3 β_3 | 0.366 | 0.021 | 17.178 | < 1e-3 σ | 0.605 | 0.012 | 51.412 | < 1e-3 ------------------------------------------------------------------- Expected regime duration: 12.25 periods ------------------------------------------------------------------- left-stochastic transition matrix: | regime 1 | regime 2 | regime 3 ---------------------------------------------------- regime 1 | 91.84% | 38.42% | 8.16% | regime 2 | 1.5% | 61.58% | 8.93% | regime 3 | 6.66% | 0.0% | 82.91% | Markov Switching Model with 3 regimes ================================================================= # of observations: 1000 AIC: 2441.269 # of estimated parameters: 19 BIC: 2534.516 Error distribution: Gaussian Instant. adj. R^2: 0.8435 Loglikelihood: -1201.6 Step-ahead adj. R^2: 0.6711 ----------------------------------------------------------------- ------------------------------ Summary of regime 1: ------------------------------ Coefficient | Estimate | Std. Error | z value | Pr(>|z|) ------------------------------------------------------------------- β_0 | 0.534 | 0.025 | 21.007 | < 1e-3 β_1 | -1.64 | 0.024 | -67.393 | < 1e-3 β_2 | 0.654 | 0.025 | 26.184 | < 1e-3 β_3 | 0.366 | 0.021 | 17.178 | < 1e-3 σ | 0.605 | 0.012 | 51.412 | < 1e-3 ------------------------------------------------------------------- Expected regime duration: 12.25 periods ------------------------------------------------------------------- ------------------------------ Summary of regime 2: ------------------------------ Coefficient | Estimate | Std. Error | z value | Pr(>|z|) ------------------------------------------------------------------- β_0 | -0.95 | 0.105 | -9.059 | < 1e-3 β_1 | 0.143 | 0.065 | 2.193 | 0.028 β_2 | 0.58 | 0.083 | 6.979 | < 1e-3 β_3 | 0.366 | 0.021 | 17.178 | < 1e-3 σ | 0.526 | 0.042 | 12.393 | < 1e-3 ------------------------------------------------------------------- Expected regime duration: 2.60 periods ------------------------------------------------------------------- ------------------------------ Summary of regime 3: ------------------------------ Coefficient | Estimate | Std. Error | z value | Pr(>|z|) ------------------------------------------------------------------- β_0 | -0.241 | 0.06 | -4.008 | < 1e-3 β_1 | -0.034 | 0.052 | -0.66 | 0.509 β_2 | 0.459 | 0.055 | 8.306 | < 1e-3 β_3 | 0.366 | 0.021 | 17.178 | < 1e-3 σ | 0.716 | 0.025 | 29.188 | < 1e-3 ------------------------------------------------------------------- Expected regime duration: 5.85 periods ------------------------------------------------------------------- left-stochastic transition matrix: | regime 1 | regime 2 | regime 3 ---------------------------------------------------- regime 1 | 91.836% | 38.42% | 8.156% | regime 2 | 1.504% | 61.58% | 8.934% | regime 3 | 6.661% | 0.0% | 82.91% | Test Summary: | Pass Total Time minimal test | 20 20 43.5s EM algorithm random search: 1 out of 3 | Q = 942.0 vs. Q_0 = 941.0 EM algorithm random search: 2 out of 3 | Q = 938.0 vs. Q_0 = 941.0 EM algorithm random search: 3 out of 3 | Q = 937.0 vs. Q_0 = 941.0 Q improvement with random search: 941.0 -> 942.0) EM algorithm random search: 1 out of 4 | Q = 979.0 vs. Q_0 = 977.0 EM algorithm random search: 2 out of 4 | Q = 983.0 vs. Q_0 = 977.0 EM algorithm random search: 3 out of 4 | Q = 977.0 vs. Q_0 = 977.0 EM algorithm random search: 4 out of 4 | Q = 977.0 vs. Q_0 = 977.0 Q improvement with random search: 977.0 -> 983.0) Test Summary: | Pass Total Time stochastic component μ, β + generate_msm(model) | 8 8 6.6s EM algorithm random search: 1 out of 3 | Q = 700.0 vs. Q_0 = 696.0 EM algorithm random search: 2 out of 3 | Q = 671.0 vs. Q_0 = 696.0 EM algorithm random search: 3 out of 3 | Q = 688.0 vs. Q_0 = 696.0 Q improvement with random search: 696.0 -> 700.0) Test Summary: | Pass Total Time test set | 2 2 5.2s EM algorithm random search: 1 out of 3 | Q = 304.0 vs. Q_0 = 254.0 EM algorithm random search: 2 out of 3 | Q = 247.0 vs. Q_0 = 254.0 EM algorithm random search: 3 out of 3 | Q = 252.0 vs. Q_0 = 254.0 Q improvement with random search: 254.0 -> 304.0) Test Summary: | Pass Total Time stochastic component - only non-s exogenous | 2 2 2.1s EM algorithm random search: 1 out of 3 | Q = 2887.0 vs. Q_0 = 2887.0 EM algorithm random search: 2 out of 3 | Q = 2887.0 vs. Q_0 = 2887.0 EM algorithm random search: 3 out of 3 | Q = 2887.0 vs. Q_0 = 2887.0 Q improvement with random search: 2887.0 -> 2887.0) Test Summary: | Pass Total Time stochastic component - no intercept model | 4 4 1.6s EM algorithm random search: 1 out of 3 | Q = 902.0 vs. Q_0 = 902.0 EM algorithm random search: 2 out of 3 | Q = 902.0 vs. Q_0 = 902.0 EM algorithm random search: 3 out of 3 | Q = 902.0 vs. Q_0 = 902.0 Q improvement with random search: 902.0 -> 902.0) Optimization random search: 1 out of 2 | LL = -706.0 Optimization random search: 2 out of 2 | LL = -706.0 loglikelihood improvement with random search: -706.0 -> -706.0 Test Summary: | Pass Total Time stochastic component - 3 state model every exogenous vars | 14 14 6.5s EM algorithm random search: 1 out of 3 | Q = 751.0 vs. Q_0 = 751.0 EM algorithm random search: 2 out of 3 | Q = 751.0 vs. Q_0 = 751.0 EM algorithm random search: 3 out of 3 | Q = 751.0 vs. Q_0 = 751.0 Q improvement with random search: 751.0 -> 751.0) Test Summary: | Pass Total Time stochastic component - non-switching variance | 3 3 0.8s calculating combination 1/3 | criterion: 707.645 calculating combination 2/3 | criterion: 718.47 calculating combination 3/3 | criterion: 675.82 Test Summary: | Pass Total Time stochastic component - model selection | 1 1 4.1s EM algorithm random search: 1 out of 5 | Q = 806.0 vs. Q_0 = 806.0 EM algorithm random search: 2 out of 5 | Q = 806.0 vs. Q_0 = 806.0 EM algorithm random search: 3 out of 5 | Q = 806.0 vs. Q_0 = 806.0 EM algorithm random search: 4 out of 5 | Q = 806.0 vs. Q_0 = 806.0 EM algorithm random search: 5 out of 5 | Q = 806.0 vs. Q_0 = 806.0 Q improvement with random search: 806.0 -> 806.0) Optimization random search: 1 out of 5 | LL = -105.0 Optimization random search: 2 out of 5 | LL = -105.0 Optimization random search: 3 out of 5 | LL = -420.0 Optimization random search: 4 out of 5 | LL = -105.0 Optimization random search: 5 out of 5 | LL = -105.0 loglikelihood improvement with random search: -105.0 -> -105.0 Time-varying parameters: =================================================================== Summary of term 1 (slope) in TVTP equations: ------------------------------------------------------------------- Coefficient | Estimate | Std. Error | z value | Pr(>|z|) ------------------------------------------------------------------- δ_1 [1 -> 1] | -0.75 | 0.214 | -3.507 | < 1e-3 δ_1 [2 -> 1] | -1.455 | 0.135 | -10.747 | < 1e-3 ------------------------------------------------------------------- Test Summary: | Pass Total Time stochastic component - tvtp | 11 11 6.8s EM algorithm random search: 1 out of 3 | Q = 735.0 vs. Q_0 = 735.0 EM algorithm random search: 2 out of 3 | Q = 735.0 vs. Q_0 = 735.0 EM algorithm random search: 3 out of 3 | Q = 735.0 vs. Q_0 = 735.0 Q improvement with random search: 735.0 -> 735.0) Test Summary: | Pass Total Time predict function | 4 4 6.8s k: 2, n_β: 0, n_β_ns: 0, intercept: switching k: 2, n_β: 0, n_β_ns: 0, intercept: non-switching k: 2, n_β: 0, n_β_ns: 1, intercept: switching k: 2, n_β: 0, n_β_ns: 1, intercept: non-switching k: 2, n_β: 0, n_β_ns: 2, intercept: switching k: 2, n_β: 0, n_β_ns: 2, intercept: non-switching k: 2, n_β: 0, n_β_ns: 3, intercept: switching k: 2, n_β: 0, n_β_ns: 3, intercept: non-switching k: 2, n_β: 0, n_β_ns: 4, intercept: switching k: 2, n_β: 0, n_β_ns: 4, intercept: non-switching k: 2, n_β: 0, n_β_ns: 5, intercept: switching k: 2, n_β: 0, n_β_ns: 5, intercept: non-switching k: 2, n_β: 1, n_β_ns: 0, intercept: switching k: 2, n_β: 1, n_β_ns: 0, intercept: non-switching k: 2, n_β: 1, n_β_ns: 1, intercept: switching k: 2, n_β: 1, n_β_ns: 1, intercept: non-switching k: 2, n_β: 1, n_β_ns: 2, intercept: switching k: 2, n_β: 1, n_β_ns: 2, intercept: non-switching k: 2, n_β: 1, n_β_ns: 3, intercept: switching k: 2, n_β: 1, n_β_ns: 3, intercept: non-switching k: 2, n_β: 1, n_β_ns: 4, intercept: switching k: 2, n_β: 1, n_β_ns: 4, intercept: non-switching k: 2, n_β: 1, n_β_ns: 5, intercept: switching k: 2, n_β: 1, n_β_ns: 5, intercept: non-switching k: 2, n_β: 2, n_β_ns: 0, intercept: switching k: 2, n_β: 2, n_β_ns: 0, intercept: non-switching k: 2, n_β: 2, n_β_ns: 1, intercept: switching k: 2, n_β: 2, n_β_ns: 1, intercept: non-switching k: 2, n_β: 2, n_β_ns: 2, intercept: switching k: 2, n_β: 2, n_β_ns: 2, intercept: non-switching k: 2, n_β: 2, n_β_ns: 3, intercept: switching k: 2, n_β: 2, n_β_ns: 3, intercept: non-switching k: 2, n_β: 2, n_β_ns: 4, intercept: switching k: 2, n_β: 2, n_β_ns: 4, intercept: non-switching k: 2, n_β: 2, n_β_ns: 5, intercept: switching k: 2, n_β: 2, n_β_ns: 5, intercept: non-switching k: 2, n_β: 3, n_β_ns: 0, intercept: switching k: 2, n_β: 3, n_β_ns: 0, intercept: non-switching k: 2, n_β: 3, n_β_ns: 1, intercept: switching k: 2, n_β: 3, n_β_ns: 1, intercept: non-switching k: 2, n_β: 3, n_β_ns: 2, intercept: switching k: 2, n_β: 3, n_β_ns: 2, intercept: non-switching k: 2, n_β: 3, n_β_ns: 3, intercept: switching k: 2, n_β: 3, n_β_ns: 3, intercept: non-switching k: 2, n_β: 3, n_β_ns: 4, intercept: switching k: 2, n_β: 3, n_β_ns: 4, intercept: non-switching k: 2, n_β: 3, n_β_ns: 5, intercept: switching k: 2, n_β: 3, n_β_ns: 5, intercept: non-switching k: 2, n_β: 4, n_β_ns: 0, intercept: switching k: 2, n_β: 4, n_β_ns: 0, intercept: non-switching k: 2, n_β: 4, n_β_ns: 1, intercept: switching k: 2, n_β: 4, n_β_ns: 1, intercept: non-switching k: 2, n_β: 4, n_β_ns: 2, intercept: switching k: 2, n_β: 4, n_β_ns: 2, intercept: non-switching k: 2, n_β: 4, n_β_ns: 3, intercept: switching k: 2, n_β: 4, n_β_ns: 3, intercept: non-switching k: 2, n_β: 4, n_β_ns: 4, intercept: switching k: 2, n_β: 4, n_β_ns: 4, intercept: non-switching k: 2, n_β: 4, n_β_ns: 5, intercept: switching k: 2, n_β: 4, n_β_ns: 5, intercept: non-switching k: 2, n_β: 5, n_β_ns: 0, intercept: switching k: 2, n_β: 5, n_β_ns: 0, intercept: non-switching k: 2, n_β: 5, n_β_ns: 1, intercept: switching k: 2, n_β: 5, n_β_ns: 1, intercept: non-switching k: 2, n_β: 5, n_β_ns: 2, intercept: switching k: 2, n_β: 5, n_β_ns: 2, intercept: non-switching k: 2, n_β: 5, n_β_ns: 3, intercept: switching k: 2, n_β: 5, n_β_ns: 3, intercept: non-switching k: 2, n_β: 5, n_β_ns: 4, intercept: switching k: 2, n_β: 5, n_β_ns: 4, intercept: non-switching k: 2, n_β: 5, n_β_ns: 5, intercept: switching k: 2, n_β: 5, n_β_ns: 5, intercept: non-switching k: 3, n_β: 0, n_β_ns: 0, intercept: switching k: 3, n_β: 0, n_β_ns: 0, intercept: non-switching k: 3, n_β: 0, n_β_ns: 1, intercept: switching k: 3, n_β: 0, n_β_ns: 1, intercept: non-switching k: 3, n_β: 0, n_β_ns: 2, intercept: switching k: 3, n_β: 0, n_β_ns: 2, intercept: non-switching k: 3, n_β: 0, n_β_ns: 3, intercept: switching k: 3, n_β: 0, n_β_ns: 3, intercept: non-switching k: 3, n_β: 0, n_β_ns: 4, intercept: switching k: 3, n_β: 0, n_β_ns: 4, intercept: non-switching k: 3, n_β: 0, n_β_ns: 5, intercept: switching k: 3, n_β: 0, n_β_ns: 5, intercept: non-switching k: 3, n_β: 1, n_β_ns: 0, intercept: switching k: 3, n_β: 1, n_β_ns: 0, intercept: non-switching k: 3, n_β: 1, n_β_ns: 1, intercept: switching k: 3, n_β: 1, n_β_ns: 1, intercept: non-switching k: 3, n_β: 1, n_β_ns: 2, intercept: switching k: 3, n_β: 1, n_β_ns: 2, intercept: non-switching k: 3, n_β: 1, n_β_ns: 3, intercept: switching k: 3, n_β: 1, n_β_ns: 3, intercept: non-switching k: 3, n_β: 1, n_β_ns: 4, intercept: switching k: 3, n_β: 1, n_β_ns: 4, intercept: non-switching k: 3, n_β: 1, n_β_ns: 5, intercept: switching k: 3, n_β: 1, n_β_ns: 5, intercept: non-switching k: 3, n_β: 2, n_β_ns: 0, intercept: switching k: 3, n_β: 2, n_β_ns: 0, intercept: non-switching k: 3, n_β: 2, n_β_ns: 1, intercept: switching k: 3, n_β: 2, n_β_ns: 1, intercept: non-switching k: 3, n_β: 2, n_β_ns: 2, intercept: switching k: 3, n_β: 2, n_β_ns: 2, intercept: non-switching k: 3, n_β: 2, n_β_ns: 3, intercept: switching k: 3, n_β: 2, n_β_ns: 3, intercept: non-switching k: 3, n_β: 2, n_β_ns: 4, intercept: switching k: 3, n_β: 2, n_β_ns: 4, intercept: non-switching k: 3, n_β: 2, n_β_ns: 5, intercept: switching k: 3, n_β: 2, n_β_ns: 5, intercept: non-switching k: 3, n_β: 3, n_β_ns: 0, intercept: switching k: 3, n_β: 3, n_β_ns: 0, intercept: non-switching k: 3, n_β: 3, n_β_ns: 1, intercept: switching k: 3, n_β: 3, n_β_ns: 1, intercept: non-switching k: 3, n_β: 3, n_β_ns: 2, intercept: switching k: 3, n_β: 3, n_β_ns: 2, intercept: non-switching k: 3, n_β: 3, n_β_ns: 3, intercept: switching k: 3, n_β: 3, n_β_ns: 3, intercept: non-switching k: 3, n_β: 3, n_β_ns: 4, intercept: switching k: 3, n_β: 3, n_β_ns: 4, intercept: non-switching k: 3, n_β: 3, n_β_ns: 5, intercept: switching k: 3, n_β: 3, n_β_ns: 5, intercept: non-switching k: 3, n_β: 4, n_β_ns: 0, intercept: switching k: 3, n_β: 4, n_β_ns: 0, intercept: non-switching k: 3, n_β: 4, n_β_ns: 1, intercept: switching k: 3, n_β: 4, n_β_ns: 1, intercept: non-switching k: 3, n_β: 4, n_β_ns: 2, intercept: switching k: 3, n_β: 4, n_β_ns: 2, intercept: non-switching k: 3, n_β: 4, n_β_ns: 3, intercept: switching k: 3, n_β: 4, n_β_ns: 3, intercept: non-switching k: 3, n_β: 4, n_β_ns: 4, intercept: switching k: 3, n_β: 4, n_β_ns: 4, intercept: non-switching k: 3, n_β: 4, n_β_ns: 5, intercept: switching k: 3, n_β: 4, n_β_ns: 5, intercept: non-switching k: 3, n_β: 5, n_β_ns: 0, intercept: switching k: 3, n_β: 5, n_β_ns: 0, intercept: non-switching k: 3, n_β: 5, n_β_ns: 1, intercept: switching k: 3, n_β: 5, n_β_ns: 1, intercept: non-switching k: 3, n_β: 5, n_β_ns: 2, intercept: switching k: 3, n_β: 5, n_β_ns: 2, intercept: non-switching k: 3, n_β: 5, n_β_ns: 3, intercept: switching k: 3, n_β: 5, n_β_ns: 3, intercept: non-switching k: 3, n_β: 5, n_β_ns: 4, intercept: switching k: 3, n_β: 5, n_β_ns: 4, intercept: non-switching k: 3, n_β: 5, n_β_ns: 5, intercept: switching k: 3, n_β: 5, n_β_ns: 5, intercept: non-switching k: 4, n_β: 0, n_β_ns: 0, intercept: switching k: 4, n_β: 0, n_β_ns: 0, intercept: non-switching k: 4, n_β: 0, n_β_ns: 1, intercept: switching k: 4, n_β: 0, n_β_ns: 1, intercept: non-switching k: 4, n_β: 0, n_β_ns: 2, intercept: switching k: 4, n_β: 0, n_β_ns: 2, intercept: non-switching k: 4, n_β: 0, n_β_ns: 3, intercept: switching k: 4, n_β: 0, n_β_ns: 3, intercept: non-switching k: 4, n_β: 0, n_β_ns: 4, intercept: switching k: 4, n_β: 0, n_β_ns: 4, intercept: non-switching k: 4, n_β: 0, n_β_ns: 5, intercept: switching k: 4, n_β: 0, n_β_ns: 5, intercept: non-switching k: 4, n_β: 1, n_β_ns: 0, intercept: switching k: 4, n_β: 1, n_β_ns: 0, intercept: non-switching k: 4, n_β: 1, n_β_ns: 1, intercept: switching k: 4, n_β: 1, n_β_ns: 1, intercept: non-switching k: 4, n_β: 1, n_β_ns: 2, intercept: switching k: 4, n_β: 1, n_β_ns: 2, intercept: non-switching k: 4, n_β: 1, n_β_ns: 3, intercept: switching k: 4, n_β: 1, n_β_ns: 3, intercept: non-switching k: 4, n_β: 1, n_β_ns: 4, intercept: switching k: 4, n_β: 1, n_β_ns: 4, intercept: non-switching k: 4, n_β: 1, n_β_ns: 5, intercept: switching k: 4, n_β: 1, n_β_ns: 5, intercept: non-switching k: 4, n_β: 2, n_β_ns: 0, intercept: switching k: 4, n_β: 2, n_β_ns: 0, intercept: non-switching k: 4, n_β: 2, n_β_ns: 1, intercept: switching k: 4, n_β: 2, n_β_ns: 1, intercept: non-switching k: 4, n_β: 2, n_β_ns: 2, intercept: switching k: 4, n_β: 2, n_β_ns: 2, intercept: non-switching k: 4, n_β: 2, n_β_ns: 3, intercept: switching k: 4, n_β: 2, n_β_ns: 3, intercept: non-switching k: 4, n_β: 2, n_β_ns: 4, intercept: switching k: 4, n_β: 2, n_β_ns: 4, intercept: non-switching k: 4, n_β: 2, n_β_ns: 5, intercept: switching k: 4, n_β: 2, n_β_ns: 5, intercept: non-switching k: 4, n_β: 3, n_β_ns: 0, intercept: switching k: 4, n_β: 3, n_β_ns: 0, intercept: non-switching k: 4, n_β: 3, n_β_ns: 1, intercept: switching k: 4, n_β: 3, n_β_ns: 1, intercept: non-switching k: 4, n_β: 3, n_β_ns: 2, intercept: switching k: 4, n_β: 3, n_β_ns: 2, intercept: non-switching k: 4, n_β: 3, n_β_ns: 3, intercept: switching k: 4, n_β: 3, n_β_ns: 3, intercept: non-switching k: 4, n_β: 3, n_β_ns: 4, intercept: switching k: 4, n_β: 3, n_β_ns: 4, intercept: non-switching k: 4, n_β: 3, n_β_ns: 5, intercept: switching k: 4, n_β: 3, n_β_ns: 5, intercept: non-switching k: 4, n_β: 4, n_β_ns: 0, intercept: switching k: 4, n_β: 4, n_β_ns: 0, intercept: non-switching k: 4, n_β: 4, n_β_ns: 1, intercept: switching k: 4, n_β: 4, n_β_ns: 1, intercept: non-switching k: 4, n_β: 4, n_β_ns: 2, intercept: switching k: 4, n_β: 4, n_β_ns: 2, intercept: non-switching k: 4, n_β: 4, n_β_ns: 3, intercept: switching k: 4, n_β: 4, n_β_ns: 3, intercept: non-switching k: 4, n_β: 4, n_β_ns: 4, intercept: switching k: 4, n_β: 4, n_β_ns: 4, intercept: non-switching k: 4, n_β: 4, n_β_ns: 5, intercept: switching k: 4, n_β: 4, n_β_ns: 5, intercept: non-switching k: 4, n_β: 5, n_β_ns: 0, intercept: switching k: 4, n_β: 5, n_β_ns: 0, intercept: non-switching k: 4, n_β: 5, n_β_ns: 1, intercept: switching k: 4, n_β: 5, n_β_ns: 1, intercept: non-switching k: 4, n_β: 5, n_β_ns: 2, intercept: switching k: 4, n_β: 5, n_β_ns: 2, intercept: non-switching k: 4, n_β: 5, n_β_ns: 3, intercept: switching k: 4, n_β: 5, n_β_ns: 3, intercept: non-switching k: 4, n_β: 5, n_β_ns: 4, intercept: switching k: 4, n_β: 5, n_β_ns: 4, intercept: non-switching k: 4, n_β: 5, n_β_ns: 5, intercept: switching k: 4, n_β: 5, n_β_ns: 5, intercept: non-switching k: 5, n_β: 0, n_β_ns: 0, intercept: switching k: 5, n_β: 0, n_β_ns: 0, intercept: non-switching k: 5, n_β: 0, n_β_ns: 1, intercept: switching k: 5, n_β: 0, n_β_ns: 1, intercept: non-switching k: 5, n_β: 0, n_β_ns: 2, intercept: switching k: 5, n_β: 0, n_β_ns: 2, intercept: non-switching k: 5, n_β: 0, n_β_ns: 3, intercept: switching k: 5, n_β: 0, n_β_ns: 3, intercept: non-switching k: 5, n_β: 0, n_β_ns: 4, intercept: switching k: 5, n_β: 0, n_β_ns: 4, intercept: non-switching k: 5, n_β: 0, n_β_ns: 5, intercept: switching k: 5, n_β: 0, n_β_ns: 5, intercept: non-switching k: 5, n_β: 1, n_β_ns: 0, intercept: switching k: 5, n_β: 1, n_β_ns: 0, intercept: non-switching k: 5, n_β: 1, n_β_ns: 1, intercept: switching k: 5, n_β: 1, n_β_ns: 1, intercept: non-switching k: 5, n_β: 1, n_β_ns: 2, intercept: switching k: 5, n_β: 1, n_β_ns: 2, intercept: non-switching k: 5, n_β: 1, n_β_ns: 3, intercept: switching k: 5, n_β: 1, n_β_ns: 3, intercept: non-switching k: 5, n_β: 1, n_β_ns: 4, intercept: switching k: 5, n_β: 1, n_β_ns: 4, intercept: non-switching k: 5, n_β: 1, n_β_ns: 5, intercept: switching k: 5, n_β: 1, n_β_ns: 5, intercept: non-switching k: 5, n_β: 2, n_β_ns: 0, intercept: switching k: 5, n_β: 2, n_β_ns: 0, intercept: non-switching k: 5, n_β: 2, n_β_ns: 1, intercept: switching k: 5, n_β: 2, n_β_ns: 1, intercept: non-switching k: 5, n_β: 2, n_β_ns: 2, intercept: switching k: 5, n_β: 2, n_β_ns: 2, intercept: non-switching k: 5, n_β: 2, n_β_ns: 3, intercept: switching k: 5, n_β: 2, n_β_ns: 3, intercept: non-switching k: 5, n_β: 2, n_β_ns: 4, intercept: switching k: 5, n_β: 2, n_β_ns: 4, intercept: non-switching k: 5, n_β: 2, n_β_ns: 5, intercept: switching k: 5, n_β: 2, n_β_ns: 5, intercept: non-switching k: 5, n_β: 3, n_β_ns: 0, intercept: switching k: 5, n_β: 3, n_β_ns: 0, intercept: non-switching k: 5, n_β: 3, n_β_ns: 1, intercept: switching k: 5, n_β: 3, n_β_ns: 1, intercept: non-switching k: 5, n_β: 3, n_β_ns: 2, intercept: switching k: 5, n_β: 3, n_β_ns: 2, intercept: non-switching k: 5, n_β: 3, n_β_ns: 3, intercept: switching k: 5, n_β: 3, n_β_ns: 3, intercept: non-switching k: 5, n_β: 3, n_β_ns: 4, intercept: switching k: 5, n_β: 3, n_β_ns: 4, intercept: non-switching k: 5, n_β: 3, n_β_ns: 5, intercept: switching k: 5, n_β: 3, n_β_ns: 5, intercept: non-switching k: 5, n_β: 4, n_β_ns: 0, intercept: switching k: 5, n_β: 4, n_β_ns: 0, intercept: non-switching k: 5, n_β: 4, n_β_ns: 1, intercept: switching k: 5, n_β: 4, n_β_ns: 1, intercept: non-switching k: 5, n_β: 4, n_β_ns: 2, intercept: switching k: 5, n_β: 4, n_β_ns: 2, intercept: non-switching k: 5, n_β: 4, n_β_ns: 3, intercept: switching k: 5, n_β: 4, n_β_ns: 3, intercept: non-switching k: 5, n_β: 4, n_β_ns: 4, intercept: switching k: 5, n_β: 4, n_β_ns: 4, intercept: non-switching k: 5, n_β: 4, n_β_ns: 5, intercept: switching k: 5, n_β: 4, n_β_ns: 5, intercept: non-switching k: 5, n_β: 5, n_β_ns: 0, intercept: switching k: 5, n_β: 5, n_β_ns: 0, intercept: non-switching k: 5, n_β: 5, n_β_ns: 1, intercept: switching k: 5, n_β: 5, n_β_ns: 1, intercept: non-switching k: 5, n_β: 5, n_β_ns: 2, intercept: switching k: 5, n_β: 5, n_β_ns: 2, intercept: non-switching k: 5, n_β: 5, n_β_ns: 3, intercept: switching k: 5, n_β: 5, n_β_ns: 3, intercept: non-switching k: 5, n_β: 5, n_β_ns: 4, intercept: switching k: 5, n_β: 5, n_β_ns: 4, intercept: non-switching k: 5, n_β: 5, n_β_ns: 5, intercept: switching k: 5, n_β: 5, n_β_ns: 5, intercept: non-switching Test Summary: | Pass Total Time parameter transformation | 1442 1442 0.2s Test Summary: | Pass Total Time Less crucial functions | 2 2 2.6s Testing MarSwitching tests passed Testing completed after 143.74s PkgEval succeeded after 184.95s