请问Python里面求正态分布反函数(invnorm)怎么实现
from scipy.stats import normnorm.ppf(0.9)1.2815515655446004
https://zhidao.baidu.com/question/1866502008260006307.html