Other packages > Find by keyword >

multitaper  

Spectral Analysis Tools using the Multitaper Method
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("multitaper", "1.0-17")



Attach the package and use:
library("multitaper")
Maintained by
Karim Rahim
[Scholar Profile | Author Map]
First Published: 2010-07-24
Latest Update: 2023-07-20
Description:
Implements multitaper spectral analysis using discrete prolate spheroidal sequences (Slepians) and sine tapers. It includes an adaptive weighted multitaper spectral estimate, a coherence estimate, Thomson's Harmonic F-test, and complex demodulation. The Slepians sequences are generated efficiently using a tridiagonal matrix solution, and jackknifed confidence intervals are available for most estimates. This package is an implementation of the method described in D.J. Thomson (1982) "Spectrum estimation and harmonic analysis" .
How to cite:
Karim Rahim (2010). multitaper: Spectral Analysis Tools using the Multitaper Method. R package version 1.0-17, https://cran.r-project.org/web/packages/multitaper. Accessed 16 Apr. 2025.
Previous versions and publish date:
0.1-1 (2010-07-24 22:21), 0.1-2 (2010-08-23 11:24), 0.1-3 (2012-01-15 13:02), 1.0-0 (2012-04-24 05:59), 1.0-1 (2012-05-18 08:04), 1.0-2 (2012-10-04 18:56), 1.0-3 (2013-03-21 07:29), 1.0-4 (2013-04-29 07:24), 1.0-5 (2013-05-14 06:42), 1.0-6 (2013-06-27 22:34), 1.0-7 (2013-08-19 18:20), 1.0-8 (2013-10-01 07:43), 1.0-9 (2014-12-13 18:02), 1.0-10 (2015-02-18 11:36), 1.0-11 (2015-02-25 16:42), 1.0-12 (2016-04-26 08:44), 1.0-13 (2017-03-23 07:53), 1.0-14 (2017-10-25 09:26), 1.0-15 (2020-10-03 17:20), 1.0-16 (2023-07-20 08:00)
Other packages that cited multitaper R package
View multitaper citation profile
Other R packages that multitaper depends, imports, suggests or enhances
Complete documentation for multitaper
Functions, R codes and Examples using the multitaper R package
Some associated functions: CETdaily . CETmonthly . HadCRUTnh . centre . demod.dpss . dpss . dpssToEigenvalues . dropFreqs . mlco2 . mtm.coh . multitaperTrend . percivalAR4 . plot.mtm.coh . plot.mtm . sineTaper . spec.mtm . willamette . 
Some associated R codes: demod.R . dpss.R . dpssHelpers.R . dropFreqs.R . multitaper.R . multitaperHelper.R . plots.R . plotsHelper.R . sineTaper.R . utility.R .  Full multitaper package functions and examples
Downloads during the last 30 days
03/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/14Downloads for multitaper406080100120140160TrendBars

Today's Hot Picks in Authors and Packages

apache.sedona  
R Interface for Apache Sedona
R interface for 'Apache Sedona' based on 'sparklyr' (). ...
Download / Learn more Package Citations See dependency  
hkclustering  
Ensemble Clustering using K Means and Hierarchical Clustering
Implements an ensemble algorithm for clustering combining a k-means and a hierarchical clustering ap ...
Download / Learn more Package Citations See dependency  
MM4LMM  
Inference of Linear Mixed Models Through MM Algorithm
The main function MMEst() performs (Restricted) Maximum Likelihood in a variance component mixed mod ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
MultiKink  
Estimation and Inference for Multi-Kink Quantile Regression
Estimation and inference for multiple kink quantile regression for longitudinal data and the i.i.d d ...
Download / Learn more Package Citations See dependency  
datadictionary  
Create a Data Dictionary
Creates a data dictionary from any dataframe or tibble in your R environment. You can opt to add va ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

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