search for: fityxv

Displaying 2 results from an estimated 2 matches for "fityxv".

Did you mean: fitxv
2005 Aug 08
1
bug found in predict.locfit in locfit package (PR#8057)
....3050, 1.0125, 0.2050, 0.1025, 0.9550, 0.6975, 1.5550, 0.0225, 0.2575, 0.3725, 2.0075, 2.1275, 0.7200, 0.2950, 0.2875, -0.2800,-0.6050, 0.2125,-0.5525,-1.7850) ndat=length(y) ybk=y x1bk=x1 x2bk=x2 ######## Joint probability function of y, x1 and x2 # fit joint probability 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...
2005 Oct 05
0
bug found in predict.locfit in locfit package ( PR#8057)
...5, 1.5550, 0.0225, 0.2575, 0.3725, > 2.0075, 2.1275, 0.7200, 0.2950, 0.2875, > -0.2800,-0.6050, 0.2125,-0.5525,-1.7850) > > ndat=length(y) > ybk=y > x1bk=x1 > x2bk=x2 > ######## Joint probability function of y, x1 and x2 > # fit joint probability 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...