StructuralEquationModels.jl
StructuralEquationModels.jl copied to clipboard
A fast and flexible Structural Equation Modelling Framework
This is a part of #193 that mostly refactors the code for SEM specification types (`RAMMatrices`, `ParameterTable`, `StenoGraph` and `EnsembleParameterTable`): * introduces an abstract `SemSpecification` type, which is a parent...
Maybe we want to have something like this: ```suggestion EnsembleParameterTable(ps::Pair{K, V}...; params = nothing) where {K, V} = EnsembleParameterTable(Dict(ps...); params = params) ``` So users can just write ``` partable...
As a part of #193 I already made some changes, so I wanted to get the feedback from maintainers about it. Plus, there are a few other changes in the...
This is a rebase of a #181 with *JuliaFormatter.jl* applied to each commit with this command: ```powershell git rebase ` --strategy-option=theirs ` --exec "julia -e 'using Pkg; Pkg.activate(\`"$env:JULIA_PROJECT\`"); using JuliaFormatter;...
I suggest renaming function `solution` to `estimates` or `parEstimates` or `parameterEstimates` or something similar. In my view, a solution would be a more general object like the actual fitted model...
https://github.com/jmejia8/hypertuning-examples/blob/main/Optim/optim.jl speed is pretty clear, but we could even tune it to give the lowest logliklihood on average :D