StructuralEquationModels.jl icon indicating copy to clipboard operation
StructuralEquationModels.jl copied to clipboard

A fast and flexible Structural Equation Modelling Framework

Results 83 StructuralEquationModels.jl issues
Sort by recently updated
recently updated
newest added

Make it possible to access the last hessian (approximation) from the optimizer; for example to compute standard errors

enhancement

Default seems to work fine. How can we mimic tolerances of lavaan for example?

question

See - https://discourse.julialang.org/t/container-of-heterogeneous-types/22191 - https://discourse.julialang.org/t/is-there-a-way-to-forward-getindex-for-tuples-in-a-type-stable-way/2889 - https://discourse.julialang.org/t/type-stability-when-arguments-are-functions/4734/7

Another iteration of cherry-picking the changes from #193. The main part of this PR is the simplification of the evaluation API. Currently, *SemImply* and *SemLoss* subtypes declare a separate method...

- [ ] Fix Docs - [ ] Add evlatuate! and update! functionality do developer docs - [ ] Remove either `update_observed` or `swap_observed` - [ ] #216 - [...