Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
StructuralEquationModels
/
StructuralEquationModels.jl
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
54
Code
Issues
49
Pull requests
6
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Multiple refactorings reformatted
- #193
#193
Draft
alyst
wants to merge 40 commits into
StructuralEquationModels:devel
StructuralEquationModels/StructuralEquationModels.jl:devel
from
alyst:optim_ext_ram_reformatted
alyst/StructuralEquationModels.jl:optim_ext_ram_reformatted
Copy head branch name to clipboard
Conversation
Commits
40
(40)
Checks
Files changed
Draft
Multiple refactorings reformatted
#193
alyst
wants to merge 40 commits into
StructuralEquationModels:devel
StructuralEquationModels/StructuralEquationModels.jl:devel
from
alyst:optim_ext_ram_reformatted
alyst/StructuralEquationModels.jl:optim_ext_ram_reformatted
Copy head branch name to clipboard
Commits
Commits on May 12, 2026
WIP SemImpliedState
Alexey Stukalov
committed
f96a350
View commit details
Copy full SHA for f96a350
Browse repository at this point
declare cov matrices symmetric
alyst
authored and
Alexey Stukalov
committed
9381ae3
View commit details
Copy full SHA for 9381ae3
Browse repository at this point
RAM: reuse sigma array
Alexey Stukalov
committed
3c26606
View commit details
Copy full SHA for 3c26606
Browse repository at this point
RAM: optional sparse Sigma matrix
Alexey Stukalov
committed
9fc99c3
View commit details
Copy full SHA for 9fc99c3
Browse repository at this point
ML: refactor to minimize allocs
Show description for 0ff351b
alyst
authored and
Alexey Stukalov
committed
0ff351b
View commit details
Copy full SHA for 0ff351b
Browse repository at this point
add PackageExtensionCompat
Alexey Stukalov
committed
e37e026
View commit details
Copy full SHA for e37e026
Browse repository at this point
variance_params(SEMSpec)
Alexey Stukalov
committed
2a0d13e
View commit details
Copy full SHA for 2a0d13e
Browse repository at this point
fixup docstring
Alexey Stukalov
committed
7c625d0
View commit details
Copy full SHA for 7c625d0
Browse repository at this point
lavaan_model()
Alexey Stukalov
committed
6ab1979
View commit details
Copy full SHA for 6ab1979
Browse repository at this point
test_grad/hess(): check that alt calls give same results
Alexey Stukalov
committed
0081538
View commit details
Copy full SHA for 0081538
Browse repository at this point
start_simple(): code cleanup
Show description for 91085e9
alyst
authored and
Alexey Stukalov
committed
91085e9
View commit details
Copy full SHA for 91085e9
Browse repository at this point
start_simple(): start vals for lat and obs means
Alexey Stukalov
committed
b81b77c
View commit details
Copy full SHA for b81b77c
Browse repository at this point
observed_vars(RAMMatrices; order): rows/cols order
alyst
authored and
Alexey Stukalov
committed
4ae98a1
View commit details
Copy full SHA for 4ae98a1
Browse repository at this point
observed_var_indices(::RAMMatrices; order=:columns)
Alexey Stukalov
committed
bb7aed4
View commit details
Copy full SHA for bb7aed4
Browse repository at this point
move sparse mtx utils to new file
Show description for e1d875b
alyst
authored and
Alexey Stukalov
committed
e1d875b
View commit details
Copy full SHA for e1d875b
Browse repository at this point
reorder_observed_vars!(spec) method
alyst
authored and
Alexey Stukalov
committed
3f8dc7c
View commit details
Copy full SHA for 3f8dc7c
Browse repository at this point
Commits on Jun 13, 2026
vech() and vechinds() functions
Alexey Stukalov
authored and
alyst
committed
06a8304
View commit details
Copy full SHA for 06a8304
Browse repository at this point
RAMMatrices(): ctor to replace params
Alexey Stukalov
authored and
alyst
committed
af6ea7f
View commit details
Copy full SHA for af6ea7f
Browse repository at this point
use `@printf` to limit signif digits printed
alyst
committed
9192bb5
View commit details
Copy full SHA for 9192bb5
Browse repository at this point
ML/FIML: workaround generic_matmul issue
alyst
committed
292c9ed
View commit details
Copy full SHA for 292c9ed
Browse repository at this point
BlackBoxOptim.jl backend support
alyst
committed
95bc157
View commit details
Copy full SHA for 95bc157
Browse repository at this point
non_posdef_return(v) -> non_posdef_objective(v)
Show description for 576ef32
Alexey Stukalov
authored and
alyst
committed
576ef32
View commit details
Copy full SHA for 576ef32
Browse repository at this point
MeanStruct(ram)
alyst
committed
e7edb59
View commit details
Copy full SHA for e7edb59
Browse repository at this point
SemObserved: fix mean_and_cov() call
Show description for 7aa0eb2
Alexey Stukalov
authored and
alyst
committed
7aa0eb2
View commit details
Copy full SHA for 7aa0eb2
Browse repository at this point
filter_used_params()
Show description for 63ed24a
Alexey Stukalov
authored and
alyst
committed
63ed24a
View commit details
Copy full SHA for 63ed24a
Browse repository at this point
param_indices(spec) method
Alexey Stukalov
authored and
alyst
committed
7f360e2
View commit details
Copy full SHA for 7f360e2
Browse repository at this point
quad.jl: optimized methods for X*A*X', X*X' etc
Alexey Stukalov
authored and
alyst
committed
a9f6bb8
View commit details
Copy full SHA for a9f6bb8
Browse repository at this point
trunc_eigvals(): use X_A_Xt()
Alexey Stukalov
authored and
alyst
committed
55e1506
View commit details
Copy full SHA for 55e1506
Browse repository at this point
predict_latent_scores()
alyst
committed
9db7ea5
View commit details
Copy full SHA for 9db7ea5
Browse repository at this point
predict: add alpha regularization
Alexey Stukalov
authored and
alyst
committed
b19625a
View commit details
Copy full SHA for b19625a
Browse repository at this point
predict(model, scores)
Show description for d830df2
Alexey Stukalov
authored and
alyst
committed
d830df2
View commit details
Copy full SHA for d830df2
Browse repository at this point
check_var_indices()
Alexey Stukalov
authored and
alyst
committed
d222361
View commit details
Copy full SHA for d222361
Browse repository at this point
latent_scores(): allow specifying latent vars subset
Alexey Stukalov
authored and
alyst
committed
dd6a900
View commit details
Copy full SHA for dd6a900
Browse repository at this point
predict: add scoring methods docstrings
Alexey Stukalov
authored and
alyst
committed
2a9427b
View commit details
Copy full SHA for 2a9427b
Browse repository at this point
predict: refactor calculation
Show description for 4e49e3f
Alexey Stukalov
authored and
alyst
committed
4e49e3f
View commit details
Copy full SHA for 4e49e3f
Browse repository at this point
predict: add unit tests
Alexey Stukalov
authored and
alyst
committed
a67948d
View commit details
Copy full SHA for a67948d
Browse repository at this point
predict(): add prior_cov_alpha kwarg
Show description for 1359c41
2 people
authored and
alyst
committed
1359c41
View commit details
Copy full SHA for 1359c41
Browse repository at this point
SemVariablesTransform
Alexey Stukalov
authored and
alyst
committed
16a14e4
View commit details
Copy full SHA for 16a14e4
Browse repository at this point
score_basis_transform()
Alexey Stukalov
authored and
alyst
committed
071f1d2
View commit details
Copy full SHA for 071f1d2
Browse repository at this point
SemParamsPenalty: refactor regularization
Show description for 9d71550
Alexey Stukalov
authored and
alyst
committed
9d71550
View commit details
Copy full SHA for 9d71550
Browse repository at this point
You can’t perform that action at this time.