跳到主要內容

傅立葉轉換

世界上每個看似混亂的表象,實際都是一條時間軸上不規則的曲線,但實際這些曲線都是由這些無窮無盡的弦波組成。我們看似不規律的事情反而是規律的弦波在時域上的投影,而弦波又是一個旋轉的圓在直線上的投影。

留言

這個網誌中的熱門文章

Implicit Factor Model - A Cross-Sectional Regression Approach

  Equity Factor Models - Build one in R with a few lines of codes A step-by-step guide to build your own fundamental factor model using R and cross-sectional regressions Alexander Popov — unsplash Multi-factor models are a must-have for investors looking to understand their portfolio’s performance drivers . It helps explain the actual return of factors such as countries, sectors, and styles, independent of other factors’ effects. In this article, we will focus on the mechanics of such models, and how to  code them in R . We also introduce a visualization that lets you visualize the factor performance contributions overtime. A Factor Model, what’s that? A factor model also called a multi-factor model, is a model that employs multiple factors to explain individual securities or a portfolio of securities. It exists at least three types of factor models: Statistical factor models  — They use methods similar to  principal component analysis  (PCA). In these models, b...