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!
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'
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.
This post is under review.