2013-09-23から1日間の記事一覧

Rで平滑化スプライン データ x,z lambda: 平滑化パラメータ 罰則付き最小二乗法 #c1<-seq(0.1,100,length.out=1000) c1<-exp(seq(log(0.1),log(1000),length.out=1000)) n<-rnorm(length(c1),mean=1,sd=0.015) z<-rpois(length(c1),lambda=n*c1) x<-1:length…