StructuralEquationModels.jl
StructuralEquationModels.jl copied to clipboard
A fast and flexible Structural Equation Modelling Framework
Atm, users have to add some mock data when they want to create a model for simulation studies. We should add a `SemObservedEmpty()` type that serves as a placeholder until...
One problem that I have run into is that both *SEM* and [*StatsAPI*](https://github.com/JuliaStats/StatsAPI.jl/tree/main) define *params()*, so if the user is using both in the same session (*StatsAPI* e.g. via *Distributions*),...
Hi there! I was strolling around GitHub and I noticed that you are using FiniteDiff/ForwardDiff but trying to perform optimization on large-ish models. Could a more generic AD interface be...
objective / gradient / hessian are only used in few places now, I think they can be removed entirely and the fallback for evaluate! can be defined accordingly.
Maybe we could have an `update_ci!(par_table, 0.95)` function.
I had to run tests hundreds of times today and so I wanted a way to run single sets of unit tests
I used Onyx to automatically generate a model specification for a factor-of-curves model that models linear and quadratic change over four dimensions including second-order-factors across dimensions. I load some simulated...
At the moment, most of parameter table is fixed. Custom modifiers are not propagated through from StenoGraphs I have done my part on StenoGraphs.jl v0.4.4 https://github.com/JuliaRegistries/General/pull/142086 to represent Graphs (and...
Hi, I created a function to compute explained variance ($R^2$) values for observed variables because I want to use this in our tutorial. This should just be a standard helper...