Re: Untitled

From Mungo Tortoise, 6 Months ago, written in Plain Text, viewed 98 times. This paste is a reply to Untitled from Round Bird - go back
URL http://codebin.org/view/0700d1f2/diff Embed
Viewing differences between Untitled and Re: Untitled
from scipy import stats numpy as st

mu =2400 
???????, ???? ????? ??????? ???????? ?????????????
sigma = 320# ???????, ???? 
??? ????? ??????????? ?????????? ?????????????
distr = st.norm(mu, sigma)
threshold = 0.75# ???????, ????? ???? ??????? ?????? ???? ?????? ???? ?????????? ????????

max_delivery_price =distr.ppf(threshold)/2 # ???????, ????? ????????? ???????? ??????????

print('???????????? ????????? ???????? ????????:', max_delivery_price)
>

print('??????, ??? ? ??????')
print(pd.DataFrame(clients_services.T, columns=services))
print()

Reply to "Re: Untitled"

Here you can reply to the paste above