Other packages > Find by keyword >

ptw  

Parametric Time Warping
View on CRAN: Click here


Download and install ptw package within the R console
Install from CRAN:
install.packages("ptw")

Install from Github:
library("remotes")
install_github("cran/ptw")

Install by package version:
library("remotes")
install_version("ptw", "1.9-16")



Attach the package and use:
library("ptw")
Maintained by
Ron Wehrens
[Scholar Profile | Author Map]
First Published: 2009-10-27
Latest Update: 2022-01-19
Description:
Parametric Time Warping aligns patterns, i.e. it aims to put corresponding features at the same locations. The algorithm searches for an optimal polynomial describing the warping. It is possible to align one sample to a reference, several samples to the same reference, or several samples to several references. One can choose between calculating individual warpings, or one global warping for a set of samples and one reference. Two optimization criteria are implemented: RMS (Root Mean Square error) and WCC (Weighted Cross Correlation). Both warping of peak profiles and of peak lists are supported. A vignette for the latter is contained in the inst/doc directory of the source package - the vignette source can be found on the package github site.
How to cite:
Ron Wehrens (2009). ptw: Parametric Time Warping. R package version 1.9-16, https://cran.r-project.org/web/packages/ptw. Accessed 09 May. 2025.
Previous versions and publish date:
1.0-0 (2009-10-27 20:17), 1.0-1 (2010-11-17 17:04), 1.0-2 (2012-06-19 13:42), 1.0-3 (2012-07-26 16:06), 1.0-4 (2012-08-08 10:35), 1.0-5 (2013-01-09 22:55), 1.0-6 (2013-11-19 11:22), 1.0-7 (2014-03-30 00:17), 1.9-10 (2015-07-01 06:11), 1.9-11 (2015-08-21 11:48), 1.9-12 (2017-03-06 11:28), 1.9-13 (2018-05-26 00:17), 1.9-15 (2019-11-26 15:20)
Other packages that cited ptw R package
View ptw citation profile
Other R packages that ptw depends, imports, suggests or enhances
Complete documentation for ptw
Functions, R codes and Examples using the ptw R package
Some associated functions: RMS . asysm . baseline.corr . bestref . calc.multicoef . calc.zerocoef . coda . difsm . gaschrom . lcms . mzchannel2pktab . padzeros . plot.ptw . predict.ptw . ptw-package . ptw . ptwgrid . select.traces . warp.time . wcc . whit1 . whit2 . 
Some associated R codes: RMS.R . WCC.R . asysm.R . baseline.corr.R . bestref.R . calc.multicoef.R . calc.zerocoef.R . coda.R . difsm.R . padzeros.R . plot.ptw.R . pmwarp.R . predict.ptw.R . ptw.R . ptwgrid.R . select.traces.R . summary.ptw.R . warp.sample.R . wccStick.R . whit1.R . whit2.R .  Full ptw package functions and examples
Downloads during the last 30 days
04/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/2204/2304/2404/2504/2604/2704/2804/2904/3005/0105/0205/0305/0405/0505/0605/07Downloads for ptw51015202530354045TrendBars

Today's Hot Picks in Authors and Packages

SACOBRA  
Self-Adjusting COBRA
Performs surrogate-assisted optimization for expensive black-box constrained problems. ...
Download / Learn more Package Citations See dependency  
disparityfilter  
Disparity Filter Algorithm for Weighted Networks
The disparity filter algorithm is a network reduction technique to identify the 'backbone' structur ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
assertive.numbers  
Assertions to Check Properties of Numbers
A set of predicates and assertions for checking the properties of numbers. This is mainly for use ...
Download / Learn more Package Citations See dependency  

24,205

R Packages

207,311

Dependencies

65,312

Author Associations

24,206

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA