Welcome!
月上柳梢头,人约黄昏后。
Two-dimensional histograms Two-dimensional histograms
Two-dimensional histograms help to visualize two-dimensional points by dividing them among two-dimensional bins. hist2d:
Error bars for data analysis Error bars for data analysis
Error bars can be used to represent the variability of data and indicate the error or uncertanty in a reported measureme
Customizing plot legends Customizing plot legends
Legend gives a lot of meaning to a visualization, offers explanation for the various plot elements. %matplotlib inline i
Geospatial interpolation - K-nearest neighbors Geospatial interpolation - K-nearest neighbors
K-Nearest Neighbors (short as KNN) is a neighbor-based learning method that can be used for interpolation, in this case
2024-03-22
Geospatial interpolation - Thiessen Polygons Geospatial interpolation - Thiessen Polygons
Thiessen polygon, also called Voronoi diagram, is a partition of a plane into regions close to each of a given set of ob
2024-03-16
GeoDataFrame datasets from geopandas GeoDataFrame datasets from geopandas
GeoPandas offers several datasets in GeoDataFrame format, which could be good examples for working with spatial vector d
2024-03-12
Nearest neighbor in geospatial data analysis Nearest neighbor in geospatial data analysis
One of the common GIS task is to find the nearest neighbor by given several candidates, in real life a typical question
2024-03-10
Risk-adjusted performance metrics calculation in Python Risk-adjusted performance metrics calculation in Python
Sharpe RatioIt is virtually impossible to increase return without also increasing risk, therefore it shall exist a trade
Calculate Capital Asset Pricing Model (CAPM) with Python Calculate Capital Asset Pricing Model (CAPM) with Python
Capital Asset Pricing Model (CAPM)CAPM is one of the most commonly used formula in finance, which describes the relation
Building a quantitative value investing strategy Building a quantitative value investing strategy
Quantitative Value StrategyQuantitative value intestment means invest in the stocks that are “cheapest” relative to comm
Building a quantitative momentum investing strategy Building a quantitative momentum investing strategy
Quantitative Momentum StrategyQuantitative Momentum is an investment strategy which selects for investment the stocks wh
Building an equal-weight S&P 600 index fund Building an equal-weight S&P 600 index fund
Load the list of S&P 600 companies from WikepediaThe S&P 600 is an index of small-cap company stocks created by
2 / 4