Package: SSM 1.0.1
SSM: Fit and Analyze Smooth Supersaturated Models
Creates an S4 class "SSM" and defines functions for fitting smooth supersaturated models, a polynomial model with spline-like behaviour. Functions are defined for the computation of Sobol indices for sensitivity analysis and plotting the main effects using FANOVA methods. It also implements the estimation of the SSM metamodel error using a GP model with a variety of defined correlation functions.
Authors:
SSM_1.0.1.tar.gz
SSM_1.0.1.zip(r-4.5)SSM_1.0.1.zip(r-4.4)SSM_1.0.1.zip(r-4.3)
SSM_1.0.1.tgz(r-4.4-any)SSM_1.0.1.tgz(r-4.3-any)
SSM_1.0.1.tar.gz(r-4.5-noble)SSM_1.0.1.tar.gz(r-4.4-noble)
SSM_1.0.1.tgz(r-4.4-emscripten)SSM_1.0.1.tgz(r-4.3-emscripten)
SSM.pdf |SSM.html✨
SSM/json (API)
# Install 'SSM' in R: |
install.packages('SSM', repos = c('https://peterrobertcurtis.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/peterrobertcurtis/ssm/issues
Last updated 7 years agofrom:c8e0b971cf. Checks:OK: 3 NOTE: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 22 2024 |
R-4.5-win | NOTE | Nov 22 2024 |
R-4.5-linux | NOTE | Nov 22 2024 |
R-4.4-win | NOTE | Nov 22 2024 |
R-4.4-mac | NOTE | Nov 22 2024 |
R-4.3-win | OK | Nov 22 2024 |
R-4.3-mac | OK | Nov 22 2024 |
Exports:fit.ssmlikelihood.plotsensitivity.plotshowtransform11
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Fit a smooth supersaturated model | fit.ssm |
Plot the concentrated likelihood of an SSM. | likelihood.plot |
Plot smooth supersaturated model main effects | plot.SSM |
Point prediction of smooth supersaturated models. | predict.SSM |
Plot the sensitivity indices of a smooth supersaturated model. | sensitivity.plot |
Summarise SSM class object | show,SSM-method |
SSM: A package for fitting smooth supersaturated models (SSM). | SSM-package |
An S4 class to represent a smooth supersaturated model | SSM SSM-class |
Transform a design to [-1, 1]^d | transform11 |