Chap 1: Linear Equations and Matrix
Form of floating number: f=± .d1 d2 ... dt * b^n (d1≠0);
Roundoff error: caused by the different magnitudes b ......
Kernel density estimation
import numpy as np
import matplotlib.pyplot as plt
from scipy.stats import norm
from sklearn.neighbors import KernelDensi ......