-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
37 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,23 @@ | ||
# NoisySignalIntegration.jl | ||
|
||
*NoisySignalIntegration.jl -- A tool to determine uncertainty in numeric | ||
integrals of noisy data.* | ||
integrals of noisy x-y data.* | ||
|
||
`NoisySignalIntegration` implements a method to determine the uncertainty in | ||
numeric integrals of noisy data on the basis of a Monte-Carlo process. A | ||
predecessor of this package was originally intended to estimate uncertainties of | ||
band signals in FTIR spectra (see [G. Karir et al., | ||
numeric integrals of noisy x-y data on the basis of a Monte-Carlo process. It | ||
can include uncertainty due to noise, baseline subtraction, and placement in | ||
integration bounds. To do this, the integration is repeated many times while | ||
the noise of the data, baseline, and integration bounds are varied based on a | ||
noise model and user supplied probability distributions. | ||
|
||
A predecessor of this package was originally intended to estimate uncertainties | ||
of band signals in FTIR spectra (see [G. Karir et al., | ||
2019](https://doi.org/10.1039/C9CP00435A)), which is reflected in the example | ||
given in the usage guide. | ||
given in the [Usage Guide](@ref). | ||
|
||
**Table of Contents** | ||
|
||
```@contents | ||
Pages = ["overview.md", "guide.md", "examples.md", "baseline.md", "API.md", "internals.md"] | ||
Depth = 4 | ||
``` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters