The MASM Forum

Projects => ObjAsm => Topic started by: HSE on January 16, 2023, 04:23:44 AM

Title: Matrix reloaded for 32/64 bits Multiple Regression Model.
Post by: HSE on January 16, 2023, 04:23:44 AM
Hi all!

This is an update of Matrix object that, apparently fall in oblivition since NaN examples in 32 bits, long time ago   :eusa_boohoo:

The example of Multiple Regression Model (https://online.stat.psu.edu/stat462/node/132/) is from an PennState Applied Regression Analysis course.

Programs use ObjAsm DebugCenter (http://masm32.com/board/index.php?topic=10610.0) like interface.
If you have installed ObjAsm, programs will open DebugCenter, other way, you have to open DebugCenter before to run programs.

Regards, HSE.
Title: Re: Matrix reloaded for 32/64 bits Multiple Regression Model.
Post by: Biterider on January 16, 2023, 05:13:48 AM
Hi HSE
Yes, the "Matrix" object got lost somewhere during the transition to x64. The last time it was included was in ObjAsm32 V1.6 in 2011.
I will include it again in the next version, as well as the demo applications.

Thanks for the update  :thumbsup:

Biterider
Title: Re: Matrix reloaded for 32/64 bits Multiple Regression Model.
Post by: HSE on January 16, 2023, 07:23:24 AM
Hi Biterider!

Thanks for the sticky DebugCenter  :thumbsup:

HSE