Displaying 3 results from an estimated 3 matches for "vx2".
Did you mean:
  v2
  
2005 Aug 08
1
bug found in predict.locfit in locfit package (PR#8057)
...y function
fityxv=locfit(~y+x1+x2,alpha=1,deg=1)
fyxv=predict(fityxv,where="data")
######## Marginal distribution of gxv
# fit marginal distribution of y
fitxv=locfit(~x1+x2,alpha=0.5,deg=1)
gxv=predict(fitxv,where="data")
######## Prediction of fyxv and gxv
# new data
vx1=0.2
vx2=0.7
x1new=rep(vx1,ndat)
x2new=rep(vx2,ndat)
ynew=y
# marginal distribution of gxv for new data
newdata=data.frame(x1new,x2new)
gxvnew=predict(fitxv,newdata)   #bug!!! gave the same values as gxv
# This bug can be avoid by setting new values into old variables
# then, we will get the new predicted...
2005 Oct 05
0
bug found in predict.locfit in locfit package ( PR#8057)
...yxv=predict(fityxv,where="data")
> 
> ######## Marginal distribution of gxv
> # fit marginal distribution of y
> fitxv=locfit(~x1+x2,alpha=0.5,deg=1)
> gxv=predict(fitxv,where="data")
> 
> ######## Prediction of fyxv and gxv
> # new data
> vx1=0.2
> vx2=0.7
> x1new=rep(vx1,ndat)
> x2new=rep(vx2,ndat)
> ynew=y
> 
> # marginal distribution of gxv for new data
> newdata=data.frame(x1new,x2new)
> gxvnew=predict(fitxv,newdata)   #bug!!! gave the same values as gxv
> 
> # This bug can be avoid by setting new values into old va...
2006 Aug 10
2
Works...?! All blocked
Hello again,
now my xen works. But a strange thing:
Name                              ID Mem(MiB) VCPUs State  Time(s)
Domain-0                           0     2514     4 r-----    76.2
vx1                                1      256     1 -b----     6.1
vx2                                2      256     1 -b----     5.8
vx3                                3      256     1 -b----     5.3
vx4                                4      256     1 -b----     5.7
vx5                                5      256     1 -b----     5.2
All domains are in state blocked?...