R/tauhat.gs.R

Defines functions tauhat.gs

Documented in tauhat.gs

tauhat.gs <-
function(mids,counts,scores,bw=bw.nrd(mids)) {
  .Call('bigRfit_tauhatCppGS',mids,getScoresDeriv(scores,seq_len(length(mids))/(length(mids)+1)),counts,bw,sum(counts),PACKAGE='bigRfit')
}
kloke/bigRfit documentation built on April 20, 2023, 4:33 p.m.