bspl | R Documentation |
This function fits B-splines on multivariate hydrographic profiles and return a functional data object.
bspl(Pi, Xi, nbas = 20, fdn = list("Temperature", "Salinity"))
Pi |
vector containing the levels |
Xi |
array containing the profiles stored in this order |
nbas |
number of Bsplines (coefficients), by default nbas = 20. |
fdn |
a list of the variable names, by default fdn = list('Temperature','Salinity'). |
fdobj
: fd objects of the splines construction containing coefficients, basis etc... The coefficients are stored in an array nbasis
x stations
x variables
Etienne Pauthenet <etienne.pauthenet@gmail.com>, David Nerini <david.nerini@univ-amu.fr>
, Fabien Roquet <fabien.roquet@gu.se>
Pauthenet et al. (2017) A linear decomposition of the Southern Ocean thermohaline structure. Journal of Physical Oceanography, http://dx.doi.org/10.1175/JPO-D-16-0083.1
Ramsay, J. O., and B. W. Silverman, 2005: Functional Data Analysis. 2nd Edition Springer, 426 pp., Isbn : 038740080X.
fpca
for functional principal component analysis of T-S profiles, proj
for computing Principal Components, reco
for reconstructing profiles with less modes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.