Replies: 1 comment
-
Hi! :D I don't think this is a wrong place to ask, but maybe the #science channel on Discord/Matrix would be better as I'm not sure how many get notifications on these discussions. But I can answer here 😄
I don't really understand the question here. There is an |
Beta Was this translation helpful? Give feedback.
-
I have been trying to generate a minimal working optimization of the Reticular Action Model from McArdle 1984, with the general formula F (I-A)^{-1} S (I-A)^{-T} F^T. Where F is a filter matrix, S holds the covariances, and A the regression paths. The objective is to work on this until I get a general structural equation model optimizer in Nim as an exercise for myself, and maybe a future little package.
I figured I could start from the Rosenbrock example in the docs, and with the help from open ai, the farthest I got was:
I am still very far from a solution, right now I just needed help on identifying the correct procedure to generate the identity matrix correctly to substitute this dummy code: let I = eyefloat # Identity matrix.
Sorry if this is not the correct place to ask for this kind of help.
Beta Was this translation helpful? Give feedback.
All reactions