This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Code releated for stack exchange question: | |
https://math.stackexchange.com/questions/4519928/how-do-i-stop-my-normals-from-spreading-out-under-perturbation | |
''' | |
import numpy as np | |
from tqdm import tqdm | |
import pylab as plt | |
import pandas as pd | |
import seaborn as sns |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Removing top tick marks (and other props) when using shared axes | |
# For more control, see | |
# https://matplotlib.org/api/_as_gen/matplotlib.axes.Axes.tick_params.html | |
import pylab as plt | |
import numpy as np | |
# Sample data | |
X = np.linspace(0, 1, 100) | |
R = np.random.uniform(size=100) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name | t | |
---|---|---|
Jovan | 0.143522377788 | |
Wilford | 0.171813290491 | |
Newton | 0.192343843426 | |
Maurice | 0.193607112432 | |
Emmanuel | 0.20571087052 | |
Joseph | 0.210762071958 | |
Milton | 0.21296788724 | |
Ahmad | 0.214983745995 | |
Julius | 0.218052193228 |