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
PHYSICAL EXAMINATION: | |
General: NAD | |
HEENT: normocephalic, atraumatic, hard of hearing | |
Lungs: CTAB | |
Cardiovascular: RRR, no murmurs rubs or gallops | |
Abdomen: mild TTP diffusely on deep palpation | |
GU: no foley present | |
Extremities: no swelling, lesions, or peripheral edema | |
Neurological: AOx3 | |
Skin: no rashes |
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
from scipy.stats import truncnorm | |
from scipy.integrate import odeint | |
import pandas as pd | |
import numpy as np | |
import matplotlib.pyplot as plt | |
import seaborn as sns | |
def gen_norm_dist(clip_a,clip_b,u=None): | |
if u is None: | |
u = (clip_a+(clip_b-clip_a)/2) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer