🐳
Check your work a few times before submit.
I have a particular focus on Financial Econometrics and a strong passion for programming. My goal is to pursue a career in Quantitative Finance.
-
University of Westminster
- UK
-
01:23
(UTC) - https://vuong-chu.github.io/
- in/vuongchu2992
Pinned Loading
-
Calculate distance between Latitude/...
Calculate distance between Latitude/Longitude points. All these formulas are for calculations on the basis of a spherical earth (ignoring ellipsoidal effects) – which is accurate enough for most purposes… 1from math import radians, sin, cos, atan2, sqrt, tan, atan
23def haversine_distance(long1, lat1, long2, lat2, degrees=False):
4'''
5The haversine formula determines the great-circle distance
-
Wallis_Pi.py
Wallis_Pi.py 1import math
23def Wallis_Pi(n):
4'''
5Compute the decimals of Pi using the Wallis formula:
-
Multiple Columns Label Encoders
Multiple Columns Label Encoders 1import pandas as pd
2from sklearn.preprocessing import LabelEncoder
34class MultiColumnLabelEncoder:
5'''
-
This function is to remove outliers ...
This function is to remove outliers in columns of a dataframe and ignore missing values that may be processed in following steps. 1# Define function to detect outliers for numerical variables
2import pandas as pd
34def clean_outliers(data, types = "IQR", threshold = 3.0):
5'''
-
algs4
algs4 PublicAlgorithm practice following the Algorithm courses offered by Princeton University on Coursera
Java
-
Projects
Projects PublicThis repository showcases my job market projects in quantitative finance. ⚡⚡⚡
Jupyter Notebook
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.