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]
All associated links for this package
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 08 Mar. 2026.
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

Today's Hot Picks in Authors and Packages

candisc  
Visualizing Generalized Canonical Discriminant and Canonical Correlation Analysis
Functions for computing and visualizing generalized canonical discriminant analyses and canonical c ...
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  
generator  
Generate Data Containing Fake Personally Identifiable Information
Allows users to quickly and easily generate fake data containing Personally Identifiable Informatio ...
Download / Learn more Package Citations See dependency  
ptycho  
Bayesian Variable Selection with Hierarchical Priors
Bayesian variable selection for linear regression models using hierarchical priors. There is a pr ...
Download / Learn more Package Citations See dependency  
vars  
VAR Modelling
Estimation, lag selection, diagnostic testing, forecasting, causality analysis, forecast error varia ...
Download / Learn more Package Citations See dependency  

26,270

R Packages

223,360

Dependencies

70,376

Author Associations

26,265

Publication Badges

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