OpenMx Developer Forums

Developer's Meeting Notes 4/20/12
At the Developers' Meeting on 4/20/12 we discussed the following:
- The group discussed the urgency for two features: (1) weighted least squares and (2) multi-level modeling. The interfaces changes to accomodate WLS and other fit functions have been decided and implementation should start soon. It appears the best time to start implementing multi-level is in August while a quorum of group members will be together.
- Read more about Developer's Meeting Notes 4/20/12
- Log in or register to post comments

Developer's Meeting Notes 4/13/12
At the Developers' Meeting on 4/13/12 we discussed the following:
- Came to consensus on implementing the implementation of changes to the interface to accomodate numerous different types of fit functions. A writeup of the proposed changes will be made available to OpenMx users. These changes have been devised to maximize future fit functionality and minimize changes to the existing interface.
- Tim Brick has identified several modifications that need to be made in the implementation of analytical gradients to achieve speedup.
- Read more about Developer's Meeting Notes 4/13/12
- Log in or register to post comments

Starting values
Hi all!
When reading through the optimization innards of OpenMx, I came across this piece of code:
in npsolWrap.c, l.356:
if((x[k] == 0.0) && !disableOptimizer) {
x[k] += 0.1;
}
- Read more about Starting values
- 2 comments
- Log in or register to post comments

Growth Model with different set of times for each subject
Suppose I have data on n subjects with at most 3 time points. The first subject has x1, x2, and x3 responses at times 0, 1, and 2. The second has time 0, and 3, and the third only at time 0 and so forth. Would it make sense to create 3 definition variables, say d1, d2, and d3:
d1 d2 d3
0 1 2
0 3 NA
0 NA NA
and use data.d1, data.d2, and data.3 for the slope path labels in a growth model that has a latent intercept and a latent slope?

Developers Meeting Notes 3/29/12
At the Developers Meeting on 3/29 we discussed the following:
- Steve has installed but not tested the package R-ODBC. R-ODBC works with mysql, oracle and postgres. The group thinks this will be the best way to provide our users with relational structures in OpenMx, even for potential big data users.
- The group discussed future funding for the OpenMx project.
- Read more about Developers Meeting Notes 3/29/12
- Log in or register to post comments

OpenMx - Poisson Counts for Manifest Variables?
Can OpenMx handle Poisson counts for manifest variables? I didn't notice any examples and a search for Poisson and/or count did not prove helpful. Thanks.
- Read more about OpenMx - Poisson Counts for Manifest Variables?
- Log in or register to post comments

Developers Meeting Notes 3/23/12
At the Developers' Meeting on 3/23/2012 we discussed the following:
- Mike Hunter now has LISREL with means working. Test cases which exercise this functionality are checked into the trunk of the OpenMx repository.
- Read more about Developers Meeting Notes 3/23/12
- Log in or register to post comments

Cholesky Matrix Function
Classic Mx had a \chol function to obtain L for symmetric positive (semi-)definite A in A = L * L'. I figure that the BLAS function
dpbtrf could be used: SUBROUTINE DPBTRF( UPLO, N, KD, AB, LDAB, INFO )
and that it wouldn't be too hard to add this to the list of omxAlgebraFunctions.c - but that it would be harder for me than for say Tim Brick to do this. I made a start but have been hauled off to do other frantically urgent things. I suspect we need to tell the algebra cruncher routine the priority of this operation also.
- Read more about Cholesky Matrix Function
- 4 comments
- Log in or register to post comments

Developers Meeting Notes 3/16/12
At the Developers' Meeting on 3/16/12 we discussed the following:
- The group discussed the recent workshop at Boulder, CO. The feedback from the returned surveys has been positive thus far.
- One participant in the workshop worked with Michael Spiegel attempting to build Open MX on a Windows 64-bit machine with access to npsol source code. Unfortunately a cryptic compilation error seemingly unrelated to OpenMx prevented building OpenMx successfully. The group plans to post to the R Mailing List and describe the error to see if any assistance is available.
- Read more about Developers Meeting Notes 3/16/12
- 6 comments
- Log in or register to post comments

Comprehensive fit indices wishlist
Model Fit Wish list
OpenMx, Mx and other software return multiple fit indices, but a large number exist. This page is a wish-list of indices, how OpenMx or umx computes them.
✓ = returned by OpenMx Summary. ✓(umx) means available via the umx::umxFitIndices function.
- Read more about Comprehensive fit indices wishlist
- Log in or register to post comments
Pagination
- Previous page
- Page 5
- Next page