安装程序包安装后配置时出错

时间:2015-10-12 10:48:34

标签: websphere websphere-8

我正在尝试在z / OS WebSphere 8.0.0.0上安装8.0.0.11修订包,并在"安装后配置"我收到这样的错误:

In [9]: data
Out[9]: 
array([ 0.02298851,  0.11494253,  0.2183908 ,  0.11494253,  0.14942529,
        0.11494253,  0.06896552,  0.06896552,  0.03448276,  0.02298851,
        0.02298851,  0.02298851,  0.02298851])

In [10]: from scipy.stats import weibull_min

In [11]: shape, loc, scale = weibull_min.fit(data, floc=0)

In [12]: shape
Out[12]: 1.3419930069121602

In [13]: scale
Out[13]: 0.084273047253525968

任何帮助都将不胜感激。

0 个答案:

没有答案