Untitled

 avatar
unknown
plain_text
2 years ago
70 B
1
Indexable
from scipy.stats import norm

z_value = norm.ppf(0.88)
print(z_value)