Displaying 2 results from an estimated 2 matches for "mhat".
Did you mean:
hat
2005 Apr 14
1
LOCFIT: What's it doing?
...,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.raw <- locfit(y~x,alpha=c(0,h),kern="gauss",ev="data",deg=0,link="ident")
# This is what I get with LOCFIT
print(cbind(x,mhat,residuals(yhl.raw,type="fit"),knots(yhl.raw,what="coef")))
#-------------------...
2004 Sep 23
2
How to set up a server compatible with Windows apps ?
...usr/lib/glib-2.0/include -I/usr/include/glib-1.2
- -I/usr/lib/glib/include -Iinclude -DGTK_ENABLE_BROKEN -c -o gui.o gui.c
gui.c:35:16: db.h: No such file or directory
gui.c:246: error: parse error before '*' token
gui.c:246: warning: type defaults to `int' in declaration of `db'
mhat is very fuzzy to me , because I dont know what lib is missing.
can any one help ?
- --
DEMAINE Beno?t-Pierre http:/www.demaine.info/
\_o< apt-get remove ispell >o_/
There're 10 types of people: those who can count in binary and those who
can't
-----BEGIN PGP SIGNATURE-----
Version: G...