Serving the Quantitative Finance Community

Search found 7 matches

by alexzheng
May 19th, 2024, 12:45 pm
Forum: Student Forum
Topic: Websites recommendation for building and testing models
Replies: 1
Views: 2632

Websites recommendation for building and testing models

Any recommendations for best websites for building and testing models for free? 

I have some knowledge about python but when it comes to quant research/trading i am an absolute beginner. 
by alexzheng
February 2nd, 2024, 2:45 pm
Forum: Student Forum
Topic: why we can't use linear regression to predict share prices?
Replies: 16
Views: 3952

Re: why we can't use linear regression to predict share prices?

maybe thats why linear regression wouldnt work irl lol 
by alexzheng
February 1st, 2024, 6:42 pm
Forum: Student Forum
Topic: why we can't use linear regression to predict share prices?
Replies: 16
Views: 3952

why we can't use linear regression to predict share prices?

Out of curiosity, I trained a linear regression model using 60% of the past 5 year prices to predict NVDA prices and I got " Adj Close = 0.37 + (1.0 * Adj Close.L1)" for my regression ( Adj Close.L1 is one day lag ), and I did the same thing for the Nasdaq Index and got ' Adj Close = 31.77...
by alexzheng
January 24th, 2024, 9:38 am
Forum: Student Forum
Topic: Do i need to know everything in time series to work in Quant?
Replies: 13
Views: 3674

Re: Do i need to know everything in time series to work in Quant?

As kat says, it it not rocket science but you need to know the underlying maths, not just staring at formulae but working on concrete problems by hand ( a mano ) until you are blue in the face and then automate the process. Time Series is applied numerical analysis, on which it builds and don't ski...
by alexzheng
January 23rd, 2024, 10:20 am
Forum: Student Forum
Topic: Do i need to know everything in time series to work in Quant?
Replies: 13
Views: 3674

Do i need to know everything in time series to work in Quant?

Do i need to know all the algebra and theoretical derivations in econometrics time series (for instance, how to calculate the ACF of an AR model by hand) to be qualified to work in Quant? Or can i just know the conclusions? Thanks