CRAN
mrbsizeR 1.1.1
Scale Space Multiresolution Analysis of Random Signals
Released May 2, 2018 by Roman Flury
Dependencies
A method for the multiresolution analysis of spatial fields and images to capture scale-dependent features. mrbsizeR is based on scale space smoothing and uses differences of smooths at neighbouring scales for finding features on different scales. To infer which of the captured features are credible, Bayesian analysis is used. The scale space multiresolution analysis has three steps: (1) Bayesian signal reconstruction. (2) Using differences of smooths, scale-dependent features of the reconstructed signal can be found. (3) Posterior credibility analysis of the differences of smooths created. The method has first been proposed by Holmstrom, Pasanen, Furrer, Sain (2011)
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>mrbsizeR</artifactId> <version>1.1.1-b2</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:mrbsizeR')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- CImap-examples
- HPWmap-examples
- MinLambda-examples
- TaperingPlot-examples
- dctMatrix-examples
- dftMatrix-examples
- eigenLaplace-examples
- eigenQsphere-examples
- fftshift-examples
- ifftshift-examples
- mrbsizeR-examples
- mrbsizeRgrid-examples
- mrbsizeRsphere-examples
- plot.CImapGrid-examples
- plot.CImapSphere-examples
- plot.HPWmapGrid-examples
- plot.HPWmapSphere-examples
- plot.minLambda-examples
- plot.smMeanGrid-examples
- plot.smMeanSphere-examples
- rcpp.compare_previous_eigenLaplace_and_rcpp_implementation
- rmvtDCT-examples
- testthat
- tridiag-examples
- trigonometric.discrete_Fourier_transform_matrix_is_correct
- turnmat-examples