Description Usage Arguments Value Author(s) References See Also Examples
Applies the smooth taut string method to one-dimensional data.
| 1 2 3 4 | 
| y | observed values (ordered by value of independent variable) | 
| thr.const | smoothing parameter for the multiresolution criterion (should be approximately 2.5) | 
| verbose | logical, if T progress (for each iteration) is illustrated grahically | 
| bandwidth | if set to a positive value the specified bandwidth is used instead of the multiresolution criterion. | 
| sigma | if set to a positive value sigma the standard deviation is set to sigma and not estimated from the data | 
| localsqueezing | logical, if T (default) the bandwidth is changed locally. | 
| squeezing.factor | The amount of decrement applied to the bandwidthes | 
| DYADIC | If TRUE the multiresolution constraints are only checked on dyadic intervals. | 
| firstlambda | Initial value of lambda's for local or global squeezing. | 
| smqeps | Distance between the (equally-spaced) time points. | 
| fsign | Monotonicity constraints, vector of size n-1 of -1,0 and 1's. If fsign[i]==1, then fhat[i+1]>= fhat[i]. If fsign[i]==-1, then fhat[i+1]<=f[i]. Otherwise no constraint at this position. | 
| gensign | If TRUE the taut string method is used to automatically produce suitable monotonicity constraints. | 
| tolerance | Precision for the nested intervals for solving the minimisation problem. | 
| ... | Passed to the plot command if verbose=T. | 
A list with components
| y | The approximation of the given data | 
| nmax | Number of local extreme values | 
| sigma | Standard deviation used | 
Arne Kovac A.Kovac@bristol.ac.uk
Kovac, A. (2006) Smooth functions and local extreme values. Technical Report
pmreg,mintvmon,l1pmreg,pmden,pmspec
| 1 2 3 4 5 6 7 8 9 10 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.