Skip to content

weijie-chen/weijie-chen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 

Repository files navigation

Hi there 👋, I am Weijie Chen.

I am a macroeconomic analyst/trader seeking for trading opportunities based on global macro framework, my favorite markets are currency and commodity.

The training materials in my Github repositories were written by me, used to be new-hire training materials in my previous institution (I was both a macro analyst and quantitative instructor in a tiny hedge fund, unfortunately defunct already). We used to organize internal training sessions for interns and new-hires, usually these trainings were held from 7pm-11pm in our conference room. The notes are not difficult, with a freshman math education would be enough to walk through on your own.

Please note that all institutional proprietary information and data has been cleared from training materials. So please do not ask me my institution's proprietary models or data, which unfortunately cannot be disclosed due to Non-Disclosure Agreement.

Course Description
Linear Algebra with Python This training will walk you through all the must-know concepts that set the foundation of data science or advanced quantitative skill sets. Suitable for statisticians, econometricians, quantitative analysts, data scientists, etc. to quickly refresh linear algebra with the assistance of Python computation and visualization. Core concepts covered are: linear combination, vector space, linear transformation, eigenvalues and -vector, diagnolization, singular value decomposition, etc.
Basic Statistics with Python These notes aim to refresh the essential concepts of frequentist statistics, such as descriptive statistics, parameter estimations, hypothesis testing, ANOVA and etc. All codes are straightforward to understand. We were spending roughly three hours in total to cover all sections.
Econometrics with Python This is a crash course for reviewing the most important concepts and techniques of econometrics. The theories are presented lightly without hustles of mathematical derivation and Python codes are mostly procedural and straightforward. Core concepts covered: multi- linear regression, logistic model, dummy variable, simultaneous equations model, panel data model and time series.
Time Series, Financial Engineering and Algorithmic Trading with Python This is a compound training sessions of time series analysis, financial engineering and algorithmic trading, the Part I covers basic time series concepts such as ARIMA, GARCH ans (S)VAR, also cover more advanced theory such as State Space Model and Hidden Markov Chain. The Part II covers the basics of financial engineering such bond valueation, portfolio optimization, Black-Scholes model and various stochatic process models. The Part III will demonstrate the practicalities, e.g. algorithmic trading. The training will try to explain the mathematical mechanism behind each theory, rather than forcing you to memorize a bunch of black box operations.
Bayesian Statistics with Python Bayesian statistics is the last pillar of quantitative framework, also the most challenging subject. The course will explore the algorithms of Markov chain Monte Carlo (MCMC), specifically Metropolis-Hastings, Gibbs Sampler and etc., we will build up our own toy model from crude Python functions. In the meanwhile, we will cover the PyMC3, which is a library for probabilistic programming specializing in Bayesian statistics.

Releases

No releases published

Packages

No packages published