R/solve1TV.R

Defines functions solve1TV

Documented in solve1TV

solve1TV <- function(phi,y,T,x0,lambda=0.1) {
  # Part of R1Magic by mehmet.suzen@physics.org
  return( nlm(objective1TV, p=x0, T=T, phi=phi, y=y, lambda=lambda ) )
}

Try the R1magic package in your browser

Any scripts or data that you put into this service are public.

R1magic documentation built on Aug. 27, 2023, 5:07 p.m.