Skip to content

Instantly share code, notes, and snippets.

View HudsonHuang's full-sized avatar
🌙
DayDreaming

雲夢 HudsonHuang

🌙
DayDreaming
  • Hongkong
View GitHub Profile
@HudsonHuang
HudsonHuang / 你的资产在全世界人民里百分之几.py
Created January 30, 2018 03:22
计算——“你的资产在全世界人民里百分之几?”
# -*- coding: utf-8 -*-
"""
总资产=总资产市场价-总贷款
"""
import matplotlib.pyplot as plt
import numpy as np
import scipy as sp
from scipy.stats import norm
from sklearn.pipeline import Pipeline