Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Linear Regression on CR1000X


Cologne Oct 24, 2024 01:56 PM

Hi all,

is there a way to implement a linear regression on the logger CR1000X? We have tried to implement the explicit formula of the linear regression, but this has lead to a memory overflow. The memory overflow occured where the sums (totalrun) were calculated of one variable times another variable.

Has anyone faced this issue before or has an idea?

Thanks in advance!


ashleycoming6667 Oct 25, 2024 04:08 AM

Have you tried to reduce data accumulation period? Using a moving window can limit the number of data points used in the regression calculation to a manageable amount. This means that only the most recent points are used, reducing the required memory while maintaining responsiveness to recent data changes.
you can find more help here: https://stackoverflow.com/friday night funkin'


Ruben Oct 25, 2024 10:49 AM

Hello, I am also having the same problem as you and have not found a solution yet, I am also here waiting for everyone's answer.


Butedinefs Nov 6, 2024 08:12 AM

This post is under review.

Log in or register to post/reply in the forum.