Displaying 2 results from an estimated 2 matches for "mxh".
Did you mean:
mx
2005 Apr 14
1
LOCFIT: What's it doing?
...---------------------------------------------------------------------------------
# Plain Vanilla NADARAYA-WATSON estimator (or Local Constant regression, e.g. deg=0)
# with gaussian kernel & fixed bandwidth
mkern<-function(y,x,h){
Mx <- matrix(x,nrow=length(y),ncol=length(y),byrow=TRUE)
Mxh <- (1/h)*dnorm((x-Mx)/h)
Myxh<- (1/h)*y*dnorm((x-Mx)/h)
yh <- rowMeans(Myxh)/rowMeans(Mxh)
return(yh)
}
# Generating the design Y=m(x)+e
n <- 10
h <- 0.5
x <- rnorm(n)
y <- x + rnorm(n,mean=0,sd=0.5)
# This is what I really want!
mhat <- mkern(y,x,h)
library(locfit)
yhl.r...
2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
...wlSRd7ZkgLa?FHTmT<{3)^k|h9C?!aYLMt%BgA{nF2+APSlqBgPbBF5%43dS1
za~nHc7=4!d>Wn7O(3!-0==HkySxgiX0ZbQj(yU-J>C at Znv#h}RfDImJ72XFL9NtSB
z6u!3PT0v5CYb^Q770;KhA8=)N&f(Ous11wS0uH1?5-km*kWwPO1mSR01f`KuqC`N7
zKv0rY8!`<t at uVh@w2t3vgTs+(!Ju%c+s`qZPjS*SP!gpSTU#5i`G&z7L at 8z4HIY=+
zoHR2G^cMXh$2Q<SIHzzfP!Vtrgj4jAz)S|dc%|ag-x%}x=O*l)gy`<1ATiMIz=MN8
zFU{%Zk|aq;i~=DDQlNsT_JP_5YzS0NQd>u99gP>%J}_+>T<tMhqJ&0EkjVm+Ce;EN
zJa&A-#Mb1c!kLULNf{1 at gy0ZD-6x4nd&jx}MYm74*d$F;YHzU~ocGZJ>p*T&e7E6?
zPcQjrpPBRN>mx?f1}PGf3@)5cdEFV!1KVBBb`9NJt^dKwIZE$wt$S{)q6&`M1$...