Displaying 1 result from an estimated 1 matches for "wfdobj".
Did you mean:
  fdobj
  
2005 Jun 07
0
Smooth monotone estimation on R
...pply. 
We always get a straight line in response.
Which parameters we should change.
  ind.basis = create.bspline.basis(c(min(time),max(time)),nbasis=38,norder=4)
  Wfdob = data2fd(rep(0,length(time)),time,ind.basis)
  fd = data2fd(alphaest,time,ind.basis)
  solution= smooth.monotone(time,alphaest,Wfdobj=Wfdob,lambda=0.1, conv=0.01)
  Alpha  = solution$beta[1]+solution$beta[2]*eval.monfd(time,solution$Wfdobj) 
  plot(Alpha)
  
Thanks a lot.
Best,
Rafa
	[[alternative HTML version deleted]]