Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ fourierin Public

❗ This is a read-only mirror of the CRAN R package repository. fourierin — Computes Numeric Fourier Integrals. Homepage: https://github.com/gbasulto/fourierin Report bugs for this package: https://github.com/gbasulto/fourierin/issues

License

Notifications You must be signed in to change notification settings

cran/fourierin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fourierin

CRAN status Codecov test coverage

This is a package in R to numerically calculate Fourier-type integrals of univariate and bivariate functions with compact support and simultaneously evaluated at several points. If the evaluation grid is equally spaced, a Fast Fourier Transform method is used to speed up computations.

See detailed documentation on the vignette (type browseVignettes("fourierin") and then click “HTML”).

Installation

You can install the released version of fourierin from CRAN with:

install.packages("fourierin")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("gbasulto/fourierin")

Example

This is a basic example which shows you how to solve a common problem:

library(fourierin)
## basic example code

About

❗ This is a read-only mirror of the CRAN R package repository. fourierin — Computes Numeric Fourier Integrals. Homepage: https://github.com/gbasulto/fourierin Report bugs for this package: https://github.com/gbasulto/fourierin/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published