Community Profile

photo

sunny blue


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How would I perform a linear regression with a for loop on a set of data without using a GUI
So if I had a set of data X and Y of the same length How would I do a linear regression with a for loop. I created a separate v...

2 years ago | 0 answers | 0

0

answers

Question


How to replace every value with the index of the value to the left of it
This way the left most column is 0. I initially tried using a while loop but with a really big matrix, it takes way too long. so...

2 years ago | 1 answer | 0

1

answer