We have been seeing an increasing demand for specialized and more statistics capability in O-Matrix. We have decided that the best approach to address this is...
There are many choices available and this is right aproach that first research about degree and than get one. Master, Bachelor, Associate and Phds: ...
We have been getting quite a few prospects asking what the correspondence is between O-Matrix and Matlab functions so we added the following summary, ...
I had some correspondence with Beau from Harmonic about compiling user functions in C/C++ with the free compiler command line gcc in cygwin. Below is the...
Trying to replicate the example from wikipedia for linear regression using the following O-Matrix script ##### Code Start ################################### ...
Kurt, Your solutions bhat, i.e. beta hat in the wiki article I believe are within the stated confidence intervals? I believe that the stated bhat values in ...
Beau, Thanks for the response. Both methods are supposed to be minimising the sum of squared error (SSE) sum(observed_i - predicted_i)^2. Therefore comparing...
Beau, Another follow-up about the least squares regression issue. Quoting from the matlab website. "Use the MATLAB® backslash operator (mldivide) to solve a...
One final piece of relevant information that other users may find useful: http://www.mathworks.com/support/solutions/files/s36851/regstats_details.html It...
Hi all, I'm considering migrating from Matlab to O-matrix and I was trying to find information on how i could write customized functions in such a way that...
Marcio, I'm not sure I understand your question, but O-Matrix includes facilities for creating custom functions, working as a COM client, and serving as a COM...
Marcio, Maybe you are asking how to write a function and then save it so that it will be called from other functions, or from a main program. If function a(x,...
Hello, I'm new to O-Matrix and have just installed O-Matrix v6 with Excel link and Developers Kit. Can I use O-Matrix to create customized standalone (i.e....